Skip to main content
All docs
V19.1

SvgImageCollection.Contains(SvgImage) Method

Returns whether or not this SvgImageCollection contains the specific image.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.1.dll

Declaration

public bool Contains(
    SvgImage item
)

Parameters

Name Type Description
item SvgImage

An SvgImage object that is the image to be checked.

Returns

Type Description
Boolean

true, if this SvgImageCollection contains the image you check; otherwise, false.

See Also