Open this page in the API Guide

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

Parameters

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

Return Value

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

Implements

IEquatable<T>.Equals(T)
See Also