IInstanceCollection.T..ContainsName Method
Determines whether this collection contains an instance with the specified instance name.
Namespace: TwinCAT.TypeSystem
Assembly: TwinCAT.Ads.Abstractions (in
TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229
Syntax
C#
bool ContainsName(
string instanceName
)
Parameters
instanceName |
Type: System.String |
Return Value
Type: Boolean
true if this collection contains the
specified instance path; otherwise, false.