ShortFormattingSymbolSchemeEquals Method

Spotfire 15.0 API Reference
Determines whether the specified Object is equal to this ShortFormattingSymbolScheme.

Namespace:  Spotfire.Dxp.Data.Formatters
Assembly:  Spotfire.Dxp.Data (in Spotfire.Dxp.Data.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 this ShortFormattingSymbolScheme. May be null.

Return Value

Type: Boolean
true if the specified Object is not null, is of the same type as this ShortFormattingSymbolScheme and has equal Name and Symbols. Otherwise false.
Version Information


See Also

Reference