InstanceCollection.T..Contains Method (T)
Determines whether this collection contains the specified IInstance
Namespace: TwinCAT.TypeSystem.Generic
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
public bool Contains(
T item
)
VB
Public Function Contains (
item As T
) As Boolean
Return Value
Type: Boolean
true if [contains] [the specified item];
otherwise, false.