BreakpointDeviceOperators extension

Operator override for BreakpointWindow.

on

Operators

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