greaterThan
Compares the provided instances and returns true if left is later than right, false otherwise.
Return
true if left is later than right, false otherwise.
Parameters
left
The first instance.
right
The second instance.