UniqueTypeList<T>.Contains(T) Method
Determines whether the list contains a specific item.
Namespace: DevExpress.Docs
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| item | T | The item to locate in the list. |
Returns
| Type | Description |
|---|---|
| Boolean |
|
Implements
Contains(T)
See Also