SymbolInfoSvgEquals Method (SymbolInfoSvg)

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 (24.3.0.1000)
Syntax
public bool Equals(
	SymbolInfoSvg other
)

Parameters

other
Type: Dundas.BI.Utility.MapSymbolInfoSvg
The SymbolInfoSvg structure that is being used to make a comparison.

Return Value

Type: Boolean
if the SymbolInfoSvg structures are equal; otherwise, .

Implements

IEquatableTEquals(T)
See Also