Posted By:
Ivo_Limmen
Posted On:
Tuesday, June 17, 2003 11:19 PM
Are you sure the method signature is ok? It must be
public boolean equals(Object anObject);
Using a different signature (using a string as argument for instance) will render it useless.