The != operator does the exact opposite of the == operator. If the two variables are not equal, the expression is evaluated to true . If the two variables are equal, the expression is evaluated to false .
The != operator does the exact opposite of the == operator. If the two variables are not equal, the expression is evaluated to true . If the two variables are equal, the expression is evaluated to false .