Command.Inequality Operator
Determines whether the specified Command is not equal to the current Command.
Namespace: TcHmiSrv
Assembly: TcHmiSrvExtNet (in
TcHmiSrvExtNet.dll) Version: 3.0.0.0
Syntax
C#
public static bool operator !=(
Command current,
Command other
)
Parameters
current |
Type: TcHmiSrv.Command |
other |
Type: TcHmiSrv.Command |