Images.Contains(Object) Method
Gets whether the collection contains the specified element.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v25.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| value | Object | An object to locate in the collection. |
Returns
| Type | Description |
|---|---|
| Boolean | A Boolean value that specifies whether the collection contains the specified element. |
See Also