Font-size: A A A
The == is the comparison equal operator. This operator is used to compare the values of two operands and determine if they both have the same (equivalent) value.
var result = op1 == op2;