In Operators§
See primary documentation in context for infix eq
multi infix:<eq>(Any, Any)multi infix:<eq>(Str, Str)
Coerces both arguments to Str
(if necessary); returns True
if both are equal.
Mnemonic: equal
See primary documentation in context for infix eq
multi infix:<eq>(Any, Any)multi infix:<eq>(Str, Str)
Coerces both arguments to Str
(if necessary); returns True
if both are equal.
Mnemonic: equal