Open this page in the API Guide

PathInfoSvg.Inequality Operator

Determines if two PathInfoSvg structures are not equal.

Namespace:  Dundas.BI.Utility.Map
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public static bool operator !=(
	PathInfoSvg pathInfoSvg1,
	PathInfoSvg pathInfoSvg2
)

Parameters

pathInfoSvg1
Type: Dundas.BI.Utility.Map.PathInfoSvg
The source PathInfoSvg structure.
pathInfoSvg2
Type: Dundas.BI.Utility.Map.PathInfoSvg
The PathInfoSvg structure that is compared to the source.

Return Value

Type: Boolean
false if the PathInfoSvg structure are equal, otherwise, true.
See Also