ShapeInfoSvgInequality 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 !=(
	ShapeInfoSvg shapeInfoSvg1,
	ShapeInfoSvg shapeInfoSvg2
)
Public Shared Operator <> ( 
	shapeInfoSvg1 As ShapeInfoSvg,
	shapeInfoSvg2 As ShapeInfoSvg
) As Boolean
public:
static bool operator !=(
	ShapeInfoSvg shapeInfoSvg1, 
	ShapeInfoSvg shapeInfoSvg2
)
static let inline (<>)
        shapeInfoSvg1 : ShapeInfoSvg * 
        shapeInfoSvg2 : ShapeInfoSvg  : boolParameters
- shapeInfoSvg1
 - Type: Dundas.BI.Utility.MapShapeInfoSvg
The source ShapeInfoSvg structure. - shapeInfoSvg2
 - Type: Dundas.BI.Utility.MapShapeInfoSvg
The ShapeInfoSvg structure that is compared to the source. 
Return Value
Type: 
Boolean if the 
ShapeInfoSvg structures are equal; otherwise, 
.
            
See Also