Determines if two ValueType objects are equal.
Namespace: Spotfire.Dxp.Data.Formats.Stdf
Assembly: Spotfire.Dxp.Data.Formats.Stdf (in Spotfire.Dxp.Data.Formats.Stdf.dll) Version: 51.0.16121.3915 (51.0.16121.3915)
Syntax
C#
public override bool Equals( Object obj )
Parameters
- obj
- Type: SystemObject
The ValueType object to compare this instance to.
Return Value
Type: Booleantrue if the instances are equal, false otherwise.
Version Information
Supported in: 11.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also