Skip to main content

DXCollectionBase<T>.Contains(T) Method

Determines whether the collection contains the specified item.

Namespace: DevExpress.Utils

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

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