Skip to main content
All docs
V26.1
  • QueryNodeCollection.Contains(QueryNode) Method

    Determines whether the collection contains the specified item.

    Namespace: DevExpress.DataAccess.DataFederation

    Assembly: DevExpress.DataAccess.v26.1.dll

    NuGet Package: DevExpress.DataAccess

    Declaration

    public bool Contains(
        QueryNode item
    )

    Parameters

    Name Type Description
    item QueryNode

    A QueryNode object to locate in the collection.

    Returns

    Type Description
    Boolean

    True if the collection contains the specified item; otherwise, false.

    See Also