MarkerStyleEquals Method (MarkerStyle)

Spotfire 15.0 API Reference
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: 71.0.22122.5390 (71.0.22122.5390)
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: Boolean
true if the specified MarkerStyle is equal to this instance; otherwise, false.

Implements

IEquatableTEquals(T)
Version Information

Supported in: 15.0, 14.8, 14.7, 14.6
See Also

Reference