x != y
1 if x is not equal to y, 0 if it is
To check inequivalence, use the ~! operator.
This can otherwise be specified as the <> operator.
<>