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

Overloads the "greater than" operator for dimension-value pairs

Namespace: Clarion.Framework
Assembly: CLARIONLibrary (in CLARIONLibrary.dll) Version: 6.1.0.7 (6.1.0.7)

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 "greater than" operator
dv2
Type: Clarion.Framework..::..DimensionValuePair
The dimension-value pair on the right-hand side of the "greater than" operator

Return Value

True if the left-hand dimension-value pair is greater-than the right-hand dimension-value pair, otherwise false

See Also