Back to Devexpress

PresentationCollectionBase<T>.Contains(T) Method

officefileapi-devexpress-dot-docs-dot-presentation-dot-presentationcollectionbase-1-dot-contains-x28-0-x29.md

latest1.4 KB
Original Source

PresentationCollectionBase<T>.Contains(T) Method

Determines whether the current collection contains the specified item.

Namespace : DevExpress.Docs.Presentation

Assembly : DevExpress.Docs.Presentation.v25.2.dll

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public bool Contains(
    T item
)
vb
Public Function Contains(
    item As T
) As Boolean

Parameters

NameTypeDescription
itemT

The item to locate in the collection.

|

Returns

TypeDescription
Boolean

true if the item is found in the collection; otherwise, false.

|

See Also

PresentationCollectionBase<T> Class

PresentationCollectionBase<T> Members

DevExpress.Docs.Presentation Namespace