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

other

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

Return Value

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

Reference

CommandGroup Class

TcHmiSrv Namespace