It makes sense since they're not instances of the ...
# stdlib
c
It makes sense since they're not instances of the same class. And if I remember the contract of
equals
correctly, the class needs to be identical and not just be subclasses of the same type.
☝️ 1
i
equals
contract is not so strict, otherwise it would be impossible to compare one
List
implementation with another