UnsameQ
lhs =!= rhs yields True if the expression lhs is not identical to rhs, and False otherwise.
Examples
Test for non-identical expressions:
1.0 =!= 1
(* True *){1, 2} =!= {1, 2}
(* False *)Different symbols:
x =!= y
(* True *)Please visit the official Wolfram Language Reference for more details.