SymbolInfoSvgEquals Method (SymbolInfoSvg) | 
  
    Namespace: 
   Dundas.BI.Utility.Map
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.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
 - Type: Dundas.BI.Utility.MapSymbolInfoSvg
The SymbolInfoSvg structure that is being used to make a comparison. 
Return Value
Type: 
Booleanif the 
SymbolInfoSvg structures are equal; otherwise, 
.
            
Implements
IEquatableTEquals(T)
See Also