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: 6.0.328+39e3229
Syntax
C#
public bool Contains(
T item
)
Return Value
Type: Boolean
true if [contains] [the specified item];
otherwise, false.
Implements
ICollection.T..Contains(T)