Logical NOT EQUALS Operator

The logical NOT EQUALS operator is '!='

The result of the logical NOT EQUALS operator is 0 if both arguments have the same value, and it is 1 otherwise.

The logical NOT EQUALS operator can be used like any other operator. Just like the ADD operator, it takes two arguments and returns a result.