Collections Collections
Collections Collections
DocFX + Singulink = ♥

Search Results for

    Method IsProperSubsetOf

    IsProperSubsetOf(IEnumerable<TValue>)

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

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