In Operators§

See primary documentation in context for infix !=, infix ≠

sub infix:<!=>(MuMu --> Bool:D)

Numeric inequality operator.

Coerces both arguments to Numeric (if necessary); returns True if they are distinct.

Is equivalent to !==.