operator < abstract method

bool operator <(
  1. Object compare
)

Compare this tempurture is cooler than compare

Throws TypeError if compare is not Temperature

Implementation

bool operator <(Object compare);