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