Collections Collections
Collections Collections
DocFX + Singulink = ♥

Search Results for

    Method IsSupersetOf

    IsSupersetOf(IEnumerable<TValue>)

    Determines whether the set is a superset of the specified collection.

    Declaration
    public bool IsSupersetOf(IEnumerable<TValue> other)
    Parameters
    Type Name Description
    IEnumerable<TValue> other
    Returns
    Type Description
    bool
    Implements
    ISet<T>.IsSupersetOf(IEnumerable<T>)
    IReadOnlySet<T>.IsSupersetOf(IEnumerable<T>)
    © Singulink. All rights reserved.