value hash.
assert(Decimal(12300, 2).toHash == Decimal(12300, 2).toHash); assert(Decimal(12300, 2).toHash == Decimal(123000, 3).toHash); assert(Decimal(12300, 2).toHash != Decimal(12300, 1).toHash);
See Implementation