DXCollectionBase<T>.Contains(T) Method
Determines whether the collection contains the specified item.
Namespace: DevExpress.Utils
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
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