Unequal
lhs != rhs returns True if lhs and rhs are not identical.
Examples
Numeric comparison:
3 != 4
(* True *)
5 != 5
(* False *)Please visit the official Wolfram Language Reference for more details.
lhs != rhs returns True if lhs and rhs are not identical.
Numeric comparison:
3 != 4
(* True *)
5 != 5
(* False *)Please visit the official Wolfram Language Reference for more details.