Expression = Expression
See also: Operators, IF, True, False
The = operator returns True if the value of the left-hand term is equal to the right-hand term. Otherwise it returns False.
IF(2 = 2, 10, 5) = 10