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
)

Parameters

item

Type: T
The item.

Return Value

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

Implements

ICollection.T..Contains(T)

Reference

InstanceCollection.T. Class

Contains Overload

TwinCAT.TypeSystem.Generic Namespace