ShapeInfoSvgEquality Operator

Determine if two ShapeInfoSvg structures are equal.

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

Parameters

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