Click or drag to resize

EISDatapointInequality 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 !=(
	EISDatapoint v1,
	EISDatapoint v2
)

Parameters

v1  EISDatapoint
The first object.
v2  EISDatapoint
The second object.

Return Value

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