Determines whether the specified Object is equal to the current Object.
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 the current Object.
Return Value
Type: Booleantrue if the specified Object is equal to the current Object; otherwise, false.
Version Information
See Also