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

RepositoryItemCollection.Contains(RepositoryItem) Method

Indicates whether the collection contains the specified repository item.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public virtual bool Contains(
    RepositoryItem item
)

Parameters

Name Type Description
item RepositoryItem

A RepositoryItem descendant to locate in the collection.

Returns

Type Description
Boolean

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

See Also