Searched refs:otherAddress (Results 1 – 1 of 1) sorted by relevance
228 final EmailAddress otherAddress = (EmailAddress) otherObject; in equals() local229 return toString().equals(otherAddress.toString()); in equals()