Back to Devexpress

DXCollectionBase<T>.Contains(T) Method

corelibraries-devexpress-dot-utils-dot-dxcollectionbase-1-dot-contains-x28-0-x29.md

latest1.2 KB
Original Source

DXCollectionBase<T>.Contains(T) Method

Determines whether the collection contains the specified item.

Namespace : DevExpress.Utils

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public virtual bool Contains(
    T value
)
vb
Public Overridable Function Contains(
    value As T
) As Boolean

Parameters

NameTypeDescription
valueT

A <T> object to locate in the collection.

|

Returns

TypeDescription
Boolean

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

|

See Also

DXCollectionBase<T> Class

DXCollectionBase<T> Members

DevExpress.Utils Namespace