Collections Collections
Collections Collections
DocFX + Singulink = ♥

Search Results for

    Method Contains

    Contains(KeyValuePair<TKey, TValue>, IEqualityComparer<TValue>?)

    Indictes whether the dictionary contains the specified key/value pair using the optionally specified value comparer.

    Declaration
    public bool Contains(KeyValuePair<TKey, TValue> kvp, IEqualityComparer<TValue>? comparer = null)
    Parameters
    Type Name Description
    KeyValuePair<TKey, TValue> kvp
    IEqualityComparer<TValue> comparer
    Returns
    Type Description
    bool

    Contains(TKey, TValue, IEqualityComparer<TValue>?)

    Indictes whether the dictionary contains the key and value using the optionally specified value comparer.

    Declaration
    public bool Contains(TKey key, TValue value, IEqualityComparer<TValue>? comparer = null)
    Parameters
    Type Name Description
    TKey key
    TValue value
    IEqualityComparer<TValue> comparer
    Returns
    Type Description
    bool
    © Singulink. All rights reserved.