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

Images.Contains(Object) Method

Gets whether the collection contains the specified element.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.2.dll

Declaration

public bool Contains(
    object value
)

Parameters

Name Type Description
value Object

An object to locate in the collection.

Returns

Type Description
Boolean

A Boolean value that specifies whether the collection contains the specified element.

See Also