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

ChunkList<T>.Contains(T) Method

Returns whether the collection contains the specified item.

Namespace: DevExpress.Xpf.ChunkList

Assembly: DevExpress.Xpf.Core.v20.2.dll

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

Declaration

public bool Contains(
    T item
)

Parameters

Name Type Description
item T

An item to test.

Returns

Type Description
Boolean

true if the collection contains the specified item; otherwise, false.

See Also