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

Overloads the "less than" operator for values

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

Syntax

C#
public static bool operator <(
	V v1,
	IComparable v2
)

Parameters

v1
Type: Clarion.Framework.Core..::..V
The value on the left-hand side of the "less than" operator
v2
Type: System..::..IComparable
The value on the right-hand side of the "less than" operator

Return Value

True if the left-hand value is less-than the right-hand value, otherwise false

See Also