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