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
The current instance of the Command class.

other

Type: TcHmiSrv.Command
The Command to compare with the current Command.

Return Value

Type: Boolean
true if the specified Command is not equal to the current Command; otherwise, false.

Reference

Command Class

TcHmiSrv Namespace