Determines whether the specified Object is equal to this instance.
Namespace: Spotfire.Dxp.Data
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
Syntax
C#
public override bool Equals( Object obj )
Parameters
- obj
- Type: SystemObject
The Object to compare with this instance.
Return Value
Type: Booleantrue if the specified Object is equal to this instance; otherwise, false.
Exceptions
Exception | Condition |
---|---|
NullReferenceException | The obj parameter is null. |
Version Information
See Also