Documentation for infix eq assembled from the following pages:

Language documentation: Operators §

From Operators

(Operators) infix eq §

multi sub infix:<eq>(Any,   Any)
multi sub infix:<eq>(Str:DStr:D)

String equality operator.

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

Mnemonic: equal