UnsameQ (=!=)

WMA link


UnsameQ[x, y]

x =!= y

returns True if x and y are not structurally identical.
Commutative properties apply, so if x =!= y, then y =!= x.

UnsameQ accepts any number of arguments and returns True if all expressions
are structurally distinct:

UnsameQ returns False if any expression is identical to another:

UnsameQ[] and UnsameQ[expr] return True:

Unequal