Documentation for infix ==, infix ⩵
assembled from the following pages:
Language documentation: Operators §
From Operators
(Operators) infix ==, infix ⩵ §
multi sub infix:<==>(Any, Any)multi sub infix:<==>(Int, Int)multi sub infix:<==>(Num, Num)multi sub infix:<==>(Rational, Rational)multi sub infix:<==>(Real, Real)multi sub infix:<==>(Complex, Complex)multi sub infix:<==>(Numeric, Numeric)
Coerces both arguments to Numeric (if necessary); returns True
if they are equal.
Since Rakudo version 2021.07, ⩵ is an alias for this operator.