Determines whether the specified object is equal to the current object.
Namespace: Spotfire.Dxp.Application.Visuals.Styles
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 69.0.21424.2902 (69.0.21424.2902)
Syntax
C#
public override bool Equals( Object obj )
Parameters
- obj
- Type: SystemObject
The object to compare with the current object.
Return Value
Type: Booleanif the specified object is equal to the current object; otherwise, .
Version Information
Supported in: 14.7, 14.6
See Also