ImageCollection<TImage, TInfo>.Contains(TImage) Method
Checks whether this collection contains the target image.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
item | TImage | The image to check. |
Returns
Type | Description |
---|---|
Boolean | true if the collection has this image; otherwise, false. |
See Also