lessThanOrEquals

Compares the provided instances and returns true if left is earlier than or equal to right, false otherwise.

Return

true if left is earlier than or equal to right, false otherwise.

Parameters

left

The first instance.

right

The second instance.

See also