• Deeply compares two objects and returns true if they are equal.

    Parameters

    • one: object

      The first object to be compared.

    • two: object

      The second object to be compared.

    Returns boolean

    True if the objects are equal, false otherwise.