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

Overloads the "not equals" 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 "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