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