BreakpointTypeOperators extension

Operator override for BreakpointWindow.

on

Operators

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