PathInfoSvgEquality Operator  | 
  
    Namespace: 
   Dundas.BI.Utility.Map
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic static bool operator ==(
	PathInfoSvg pathInfoSvg1,
	PathInfoSvg pathInfoSvg2
)
Public Shared Operator = ( 
	pathInfoSvg1 As PathInfoSvg,
	pathInfoSvg2 As PathInfoSvg
) As Boolean
public:
static bool operator ==(
	PathInfoSvg pathInfoSvg1, 
	PathInfoSvg pathInfoSvg2
)
static let inline (=)
        pathInfoSvg1 : PathInfoSvg * 
        pathInfoSvg2 : PathInfoSvg  : boolParameters
- pathInfoSvg1
 - Type: Dundas.BI.Utility.MapPathInfoSvg
The source PathInfoSvg structure. - pathInfoSvg2
 - Type: Dundas.BI.Utility.MapPathInfoSvg
The PathInfoSvg structure that is compared to the source. 
Return Value
Type: 
Boolean if the 
PathInfoSvg structures are equal; otherwise, 
.
            
See Also