See Original text in context
multi sub infix:<eq>(Any, Any)multi sub infix:<eq>(Str:D, Str:D)
String equality operator.
Coerces both arguments to Str (if necessary); returns True if both are equal.
True
Mnemonic: equal