unequal

x != y

unequal(x, y)

Check unequality of two values. Returns true if the values are unequal, and false if they are equal.

Try it yourself:

All functions