is used to represent a symbolic equation, to be manipulated using functions like Solve.
returns True if lhs and rhs are ordinary identical expressions.
returns False if lhs and rhs are determined to be unequal by comparisons between numbers or other raw data, such as strings.
Approximate numbers with machine precision or higher are considered equal if they differ in at most their last seven binary digits (roughly their last two decimal digits).
For numbers below machine precision the required tolerance is reduced in proportion to the precision of the numbers.
For exact numeric quantities, Equal internally uses numerical approximations to establish inequality. This process can be affected by the setting of the global variable $MaxExtraPrecision.