Hi List,<br><br>I have a Class PoolQueue which has instvars &#39;member&#39; and &#39;processor&#39;. I find that an instance of PoolQueue when placed in an OrderedCollection can no longer be considered equal. I suppose I have to reimplement #= and #hash to allow PoolQueue instances to be compared. 
<br><br>My problem: how do I implement #hash? Or stated another way, what does #hash accomplish?<br><br>Thanks in advance.<br><br>Ching.<br>