Skip to main content
A newer version of this page is available. .

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

Checks whether this collection contains the target image.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.2.dll

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