WLJS LogoWLJS Notebook

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.

On this page