Determines whether the specified MarkerStyle is equal to this instance.
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 bool Equals( MarkerStyle other )
Parameters
- other
- Type: Spotfire.Dxp.Application.Visuals.StylesMarkerStyle
The MarkerStyle to compare with this instance.
Return Value
Type: Booleantrue if the specified MarkerStyle is equal to this instance; otherwise, false.
Implements
IEquatableTEquals(T)Version Information
Supported in: 14.7, 14.6
See Also