SymbolInfoSvgEquals(SymbolInfoSvg) Method |
Namespace: Dundas.BI.Utility.MapAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic bool Equals(
SymbolInfoSvg other
)
Public Function Equals (
other As SymbolInfoSvg
) As Boolean
public:
virtual bool Equals(
SymbolInfoSvg other
) sealed
abstract Equals :
other : SymbolInfoSvg -> bool
override Equals :
other : SymbolInfoSvg -> bool Parameters
- other SymbolInfoSvg
- The SymbolInfoSvg structure that is being used to make a comparison.
Return Value
Booleanif the
SymbolInfoSvg structures are equal; otherwise,
.
Implements
IEquatableTEquals(T)
See Also