money.opCmp

Can compare with money amounts of the same concurrency.

struct money(string currency, int dec_places = 4, roundingMode rmode = roundingMode.HALF_UP)
const
int
opCmp
(
OT
)
(
const OT other
)
if (
isMoney!OT &&
other.__currency == currency
)

Meta