Skip to main content
All docs
V25.1
  • ImageCollection<TImage, TInfo>.Contains(TImage) Method

    Checks whether this collection contains the target image.

    Namespace: DevExpress.Utils

    Assembly: DevExpress.Utils.v25.1.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