Function isEqual

  • Check if two sets are equal.

    Type Parameters

    • T

    Parameters

    • x: Set<T>

      a set

    • y: Set<T>

      another set

    Returns boolean

    x = y?

Generated using TypeDoc