Collections Collections
Collections Collections
DocFX + Singulink = ♥

Search Results for

    Method SetEquals

    SetEquals(IEnumerable<TValue>)

    Determines whether this set and the specified collection contain the same elements.

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