CommandGroup.Contains Method

Determines whether the CommandGroup contains the specified Command.

Namespace:  TcHmiSrv.Core
Assembly:  TcHmiSrvExtNet.Core (in TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0

Syntax

C#

public bool Contains(
    Command item
)

Parameters

item

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

Return Value

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

Reference

CommandGroup Class

TcHmiSrv.Core Namespace