/** @inheritDoc */
 public boolean equals(Object arg0) {
   return candidate.equals(arg0);
 }