DataTypeCollection.T..Contains Method

Determines whether this DataTypeCollection contains the specified IDataType.

Namespace:  TwinCAT.TypeSystem.Generic
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 6.0.328+39e3229

Syntax

C#

public bool Contains(
    T item
)

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