DataTypeCollection.T..Contains Method

Determines whether this DataTypeCollection contains the specified IDataType.

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

Parameters

item

Type: T
The item.

Return Value

Type: Boolean
true if [contains] [the specified item]; otherwise, false.

Implements

ICollection.T..Contains(T)

Reference

DataTypeCollection.T. Class

TwinCAT.TypeSystem.Generic Namespace