Session.Equality Operator
Determines whether two instances of the Session class are equal.
Namespace: TcHmiSrv
Assembly: TcHmiSrvExtNet (in
TcHmiSrvExtNet.dll) Version: 3.0.0.0
Syntax
C#
public static bool operator ==(
Session current,
Session other
)
Parameters
current |
Type: TcHmiSrv.Session |
other |
Type: TcHmiSrv.Session |
Return Value
Type: Boolean
true if current equals other; otherwise, false.