5.5.2 Equality comparisons
The behavior of equality comparisons in the Dylan library is modified by the Big-Integers library as follows:
= abstract-integer1 abstract-integer2 => boolean
= abstract-integer float => boolean
= float abstract-integer => boolean