not equal to

Оne of the comparison operators which means that one of variables is not equal to another.
if (x != y) { ... } // (x is not equal to y)