Feb. 4, 2011
4:06 p.m.
Since Collection includes #difference: protocol, i just thought that the default equality could be expressed like following: Collection>>= otherCollection ^ (self difference: otherCollection) isEmpty In other words, if two things having no differences, then they are equal. No? :) -- Best regards, Igor Stasenko AKA sig.