• Compares two Maps with an equality between L and R.

    Type Parameters

    • K

    • L

    • R = L

    Parameters

    • equality: PartialEq<L, R>

      The PartialEq instance for L and R.

    Returns ((l, r) => boolean)

    Whether two Maps equal.

      • (l, r): boolean
      • Parameters

        • l: Map<K, L>
        • r: Map<K, R>

        Returns boolean

Generated using TypeDoc