ImageCollection<TImage, TInfo>.Contains(TImage) Method
In This Article
Checks whether this collection contains the target image.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.2.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