29303132333435363738
} @Override public final boolean equals(final Object thatValue) { if (thatValue instanceof DecimalValue) { DecimalValue that = (DecimalValue) thatValue; return this.compareTo(that) == 0; } return false; }