In Operators§

See primary documentation in context for infix ne.

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

String inequality operator.

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

Mnemonic: not equal