InstanceCollection.T..ContainsName Method

Determines whether the specified instance name contains name.

Namespace:  TwinCAT.TypeSystem.Generic
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 6.0.328+39e3229

Syntax

C#

public bool ContainsName(
    string instanceName
)

Parameters

instanceName

Type: System.String
Name of the instance.

Return Value

Type: Boolean
true if the specified instance name contains name; otherwise, false.

Implements

IInstanceCollection.T..ContainsName(String)

Exceptions

Exception

Condition

NotImplementedException

Reference

InstanceCollection.T. Class

TwinCAT.TypeSystem.Generic Namespace