• Given both sets, this checks if they contain the same elements.

    Type Parameters

    • T

    Parameters

    • a: ReadonlySet<T>
    • b: ReadonlySet<T>

    Returns boolean