[This is preliminary documentation and is subject to change.]

Overloads the "not equals" operator for dimension-value pairs

Namespace: Clarion.Framework
Assembly: ClarionLibrary (in ClarionLibrary.dll) Version: 6.1.1.0 (6.1.1.0)

Syntax

C#
public static bool operator !=(
	DimensionValuePair dv1,
	DimensionValuePair dv2
)

Parameters

dv1
Type: Clarion.Framework..::..DimensionValuePair
The dimension-value pair on the left-hand side of the "not equals" operator
dv2
Type: Clarion.Framework..::..DimensionValuePair
The dimension-value pair on the right-hand side of the "not equals" operator

Return Value

True if the dimension-value pairs are not equal, otherwise false

See Also