SymbolInfoSvgEquals(SymbolInfoSvg) Method

Determines if two SymbolInfoSvg structures are equal.

Namespace: Dundas.BI.Utility.Map
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public bool Equals(
	SymbolInfoSvg other
)

Parameters

other  SymbolInfoSvg
The SymbolInfoSvg structure that is being used to make a comparison.

Return Value

Boolean
if the SymbolInfoSvg structures are equal; otherwise, .

Implements

IEquatableTEquals(T)
See Also