Pop two values, compare them for inequality and put the Boolean result back on the stack.
Other comparison operators:
Swap + Less Than + Logical Not
Less Than + Logical Not
Swap + Less Than
Note that this operator should only be used in version 4. Since version 5, it is better to use Less Than (typed) or Greater Than (typed).