Session.Equals Method (Session)
Indicates whether the current Session is equal to another Session.
Namespace: TcHmiSrv
Assembly: TcHmiSrvExtNet (in
TcHmiSrvExtNet.dll) Version: 3.0.0.0
Syntax
C#
public bool Equals(
Session other
)
Return Value
Type: Boolean
true if the current Session is equal to
the other Session; otherwise,
false.