greaterThanOrEquals

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

Return

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

Parameters

left

The first instance.

right

The second instance.

See also