Skip to main content
A newer version of this page is available. .

DXCollectionBase<T>.Contains(T) Method

Determines whether the collection contains the specified item.

Namespace: DevExpress.Utils

Assembly: DevExpress.Data.v19.1.dll

Declaration

public virtual bool Contains(
    T value
)

Parameters

Name Type Description
value T

A <T> object to locate in the collection.

Returns

Type Description
Boolean

true if the collection contains the specified item; otherwise, false.

See Also