Function isEqual

  • Returns true if the specified left and right values are deeply equal.

    Parameters

    • left: any

      Left value to check for equality.

    • right: any

      Right value to check for equality.

    Returns boolean

    true if both values are deeply equal.

    This function was taken from the fast-deep-equal library.