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