isGreaterThan

infix fun isGreaterThan(breakpoint: Breakpoint): Boolean(source)

Determines if the current breakpoint is greater than the given breakpoint.

Return

true if the current breakpoint is greater, false otherwise.

Parameters

breakpoint

The breakpoint to compare against.