SymbolInfoSvgInequality Operator

Determine if two SymbolInfoSvg structures are not 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 !=(
	SymbolInfoSvg symbolInfoSvg1,
	SymbolInfoSvg symbolInfoSvg2
)

Parameters

symbolInfoSvg1
Type: Dundas.BI.Utility.MapSymbolInfoSvg
The source SymbolInfoSvg structure.
symbolInfoSvg2
Type: Dundas.BI.Utility.MapSymbolInfoSvg
The SymbolInfoSvg structure that is compared to the source.

Return Value

Type: Boolean
if the SymbolInfoSvg structures are equal; otherwise, .
See Also