Skip to main content

Images.Contains(Object) Method

Gets whether the collection contains the specified element.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

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

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