Comparison Operator allow you to compare two values and return true or false based on statement. In this example (2 == 12) which is not equal, So it will return false See the code snippet:
Comparison
(2 == 12)