infix ne

Documentation for infix ne assembled from the following types:

language documentation Operators

From Operators

(Operators) 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