Skip to main content
All docs
V25.1
  • PresentationDictionary<TKey, TValue>.Contains(KeyValuePair<TKey, TValue>) Method

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public bool Contains(
        KeyValuePair<TKey, TValue> item
    )

    Parameters

    Name Type
    item KeyValuePair<TKey, TValue>

    Returns

    Type
    Boolean

    Implements

    Contains(KeyValuePair<TKey, TValue>)
    See Also