Relational greater than or equal operator.
static bool greaterOrEqualDecStr(String a, String b) { return Decimal.parse(a) >= Decimal.parse(b); }