Click or drag to resize

EISValueInequality Operator

Checks if the two objects have unequal values.

Namespace: RelaxIS_SDK.Common
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public static bool operator !=(
	EISValue v1,
	EISValue v2
)

Parameters

v1  EISValue
The first object.
v2  EISValue
The second object.

Return Value

Boolean
True if unequal, false if not unequal.
See Also