InstanceCollection.T..ContainsName Method

Determines whether the specified instance name contains name.

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

Syntax

C#

public bool ContainsName(
    string instanceName
)

VB

Public Function ContainsName ( 
    instanceName As String
) As Boolean

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