Value.Equality Operator

Determines whether the specified Value is equal to the current Value.

Namespace:  TcHmiSrv
Assembly:  TcHmiSrvExtNet (in TcHmiSrvExtNet.dll) Version: 3.0.0.0

Syntax

C#

public static bool operator ==(
    Value current,
    Value other
)

Parameters

current

Type: TcHmiSrv.Value
The current instance of the Value class.

other

Type: TcHmiSrv.Value
The Value to compare with the current Value.

Return Value

Type: Boolean
true if the specified Value is equal to the current Value; otherwise, false.

Reference

Value Class

TcHmiSrv Namespace