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: 71.0.22122.5390 (71.0.22122.5390)
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: 15.0, 14.8, 14.7, 14.6
See Also