Click or drag to resize

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

Parameters

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

Return Value

Boolean
True if equal, false if not.
See Also