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