Function isEqual

  • Compares two values for deep equality.

    Parameters

    • value1: any

      The first value to compare.

    • value2: any

      The second value to compare.

    Returns boolean

    true if the values are deeply equal, false otherwise.