Skip to main content
All docs
V26.1
  • UniqueTypeList<T>.Contains(T) Method

    Determines whether the list contains a specific item.

    Namespace: DevExpress.Docs

    Assembly: DevExpress.Docs.Core.v26.1.dll

    Declaration

    public bool Contains(
        T item
    )

    Parameters

    Name Type Description
    item T

    The item to locate in the list.

    Returns

    Type Description
    Boolean

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

    Implements

    See Also