Documentation for infix !=, infix ≠ assembled from the following pages:
Language documentation: Operators §
From Operators
(Operators) infix !=, infix ≠ §
sub infix:<!=>(Mu, Mu --> Bool)
Coerces both arguments to Numeric (if necessary); returns True if they are distinct.
Is equivalent to !==.