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

Parameters

item

Type: N
The object to locate in the ICollection.T..

Return Value

Type: Boolean
true if item is found in the ICollection.T.; otherwise, false.

Implements

ICollection.T..Contains(T)

Reference

NamespaceCollection.N, T. Class

TwinCAT.TypeSystem.Generic Namespace