ShapeInfoSvgInequality Operator

Determine if two ShapeInfoSvg structures are not equal.

Namespace: Dundas.BI.Utility.Map
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public static bool operator !=(
	ShapeInfoSvg shapeInfoSvg1,
	ShapeInfoSvg shapeInfoSvg2
)

Parameters

shapeInfoSvg1  ShapeInfoSvg
The source ShapeInfoSvg structure.
shapeInfoSvg2  ShapeInfoSvg
The ShapeInfoSvg structure that is compared to the source.

Return Value

Boolean
if the ShapeInfoSvg structures are equal; otherwise, .
See Also