Closed EarthCitizen closed 7 years ago
In 1.x, Eq is implemented by converting to String with the intention that if they produce the same output, then they are equal. This creates some unintended consequences.
Eq
String
Going forward, it is needed to have a true Eq that will produce the following:
In 1.x,
Eq
is implemented by converting toString
with the intention that if they produce the same output, then they are equal. This creates some unintended consequences.Going forward, it is needed to have a true
Eq
that will produce the following: