RepositoryItemCollection.Contains(RepositoryItem) Method
In This Article
Indicates whether the collection contains the specified repository item.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public virtual bool Contains(
RepositoryItem item
)
#Parameters
Name | Type | Description |
---|---|---|
item | Repository |
A Repository |
#Returns
Type | Description |
---|---|
Boolean | true if the collection contains the specified repository item; otherwise, false. |
See Also