Click or drag to resize

EISValueEquality Operator

Checks if the two objects have equal 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 equal, false if not.
See Also