BreakpointScreenSizeOperators extension

Operator override for BreakpointScreenSize.

on

Operators

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