PresentationCollectionBase<T>.Contains(T) Method
Determines whether the current collection contains the specified item.
Namespace: DevExpress.Docs.Presentation
Assembly: DevExpress.Docs.Presentation.v25.2.dll
NuGet Package: DevExpress.Docs.Presentation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| item | T | The item to locate in the collection. |
Returns
| Type | Description |
|---|---|
| Boolean |
|
See Also