CommandGroup.Inequality Operator
Determines whether the specified CommandGroup is not equal to the current CommandGroup.
Namespace: TcHmiSrv
Assembly: TcHmiSrvExtNet (in
TcHmiSrvExtNet.dll) Version: 3.0.0.0
Syntax
C#
public static bool operator !=(
CommandGroup current,
CommandGroup other
)
Parameters
current |
Type: TcHmiSrv.CommandGroup |
other |
Type: TcHmiSrv.CommandGroup |
Return Value
Type: Boolean
true if the specified CommandGroup is not
equal to the current CommandGroup;
otherwise, false.