Collections Collections
Collections Collections
DocFX + Singulink = ♥

Search Results for

    Method IsProperSupersetOf

    IsProperSupersetOf(IEnumerable<T>)

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

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