Font-size: A A A
The != is the comparison not equal operator. This operator is used to compare the values of two operands and determine if the first operand is different in value than the second operand.
var result = op1 != op2;