Greater Than
Returns true when `compareLeft > compareRight` numerically. Both operands must be numbers; mixed kinds or non-numeric operands return false. Use `tx.DateFormat` to convert ISO datetime strings into a comparable form if you need chronological comparison.
- Subclass Of
Binary Comparison