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

Overloads the "equals" operator for values

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

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 "equals" operator
v2
Type: System..::..IComparable
The value on the right-hand side of the "equals" operator

Return Value

True if the values are equal, otherwise false

See Also