This operator compares the two operands. If they are not equal, true is returned, otherwise false.
Examples:
3!=4 ==> true
x!=y
false!=false ==> false