I have a HashSet with it's own EqualityComparer, but I am wondering if a simple count of both sets is used before checking each element?
I thought I would be able to answer this for myself in Reflector but I couldn't find any override of Equals in there.
Cheers,
Berryl
EDIT ==========
As Hans noted, it it the comparison of two sets that I am interested in, as part of an override of Equals in a class that has a HashSet as a property?