IInstanceCollection.T..Contains Method (String)

Determines whether this collection contains an instance with the specified instance path.

Namespace:  TwinCAT.TypeSystem.Generic
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 4.3.0.0

Syntax

C#

bool Contains(
    string instancePath
)

VB

Function Contains ( 
    instancePath As String
) As Boolean

Parameters

instancePath

Type: System.String
The instance path.

Return Value

Type: Boolean
true if this collection contains the specified instance path; otherwise, false.

Reference

IInstanceCollection.T. Interface

Contains Overload

TwinCAT.TypeSystem.Generic Namespace