ChunkList<T>.Contains(T) Method
Returns whether the collection contains the specified item.
Namespace: DevExpress.Xpf.ChunkList
Assembly: DevExpress.Xpf.Core.v25.2.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| item | T | An item to test. |
Returns
| Type | Description |
|---|---|
| Boolean |
|
See Also