BreakpointRangeOperators extension

Operator override for BreakpointRange.

on

Operators

operator <(BreakpointRange other) bool
Whether this BreakpointRange is smaller than other.
operator <=(BreakpointRange other) bool
Whether this BreakpointRange is smaller than or equal to other.
operator >(BreakpointRange other) bool
Whether this BreakpointRange is larger than other.
operator >=(BreakpointRange other) bool
Whether this BreakpointRange is larger than or equal to other.