Skip to main content

ImageCollection<TImage, TInfo>.Contains(TImage) Method

Checks whether this collection contains the target image.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public bool Contains(
    TImage item
)

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