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