In Operators§

See primary documentation in context for infix ne

multi sub infix:<ne>(Mu,    Mu)
multi sub infix:<ne>(Str:DStr:D)

String inequality operator.

Coerces both arguments to Str (if necessary); returns False if both are equal.

Mnemonic: not equal