bool equals(Object other) { if (other is UcumDecimal) { return asUcumDecimal() == other.asUcumDecimal(); } return false; }