CommandGroup.Contains Method

Determines whether the CommandGroup contains the specified Command.

Namespace:  TcHmiSrv
Assembly:  TcHmiSrvExtNet (in TcHmiSrvExtNet.dll) Version: 3.0.0.0

Syntax

C#

public bool Contains(
    Command item
)

Parameters

item

Type: TcHmiSrv.Command
The Command to locate in the CommandGroup.

Return Value

Type: Boolean
true if item is found in the CommandGroup; otherwise, false.

Implements

ICollection.T..Contains(T)

Reference

CommandGroup Class

TcHmiSrv Namespace