Function isEqual

  • Check if two objects are equal.

    Returns

    fm(x[kᵢ]) ≈ fm(y[kᵢ]) ∀ kᵢ ∈ x, y

    Parameters

    • x: object

      an object

    • y: object

      another object

    • fc: CompareFunction = null

      compare function (a, b)

    • fm: MapFunction = null

      map function (v, k, x)

    Returns boolean

Generated using TypeDoc