Skip to main content
All docs
V25.2
  • 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

    public bool Contains(
        T item
    )

    Parameters

    Name Type Description
    item T

    The item to locate in the collection.

    Returns

    Type Description
    Boolean

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

    See Also