EISValueEquality Operator |
Checks if the two objects have equal values.
Namespace: RelaxIS_SDK.CommonAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public static bool operator ==(
EISValue v1,
EISValue v2
)
Public Shared Operator = (
v1 As EISValue,
v2 As EISValue
) As Boolean
Dim v1 As EISValue
Dim v2 As EISValue
Dim returnValue As Boolean
returnValue = (v1 = v2)
Parameters
- v1 EISValue
- The first object.
- v2 EISValue
- The second object.
Return Value
BooleanTrue if equal, false if not.
See Also