Function objectsIsEqual

  • Function for recursively checking the equality of two objects.

    Parameters

    • obj1: Record<string, unknown>

      The first object to consider.

    • obj2: Record<string, unknown>

      The second object to consider.

    Returns boolean

    {boolean} Returns if the objects are equal (true) or not (false).

Generated using TypeDoc