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