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