NamespaceCollection.N, T..Contains Method
Determines whether the ICollection.T. contains a specific value.
Namespace: TwinCAT.TypeSystem.Generic
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
public bool Contains(
N item
)
VB
Public Function Contains (
item As N
) As Boolean
Return Value
Type: Boolean
true if item is found in the ICollection.T.; otherwise, false.