operator <= abstract method

bool operator <=(
  1. Object compare
)

Compare this tempurture is cooler or equal compare

Throws TypeError if compare is not Temperature

Implementation

bool operator <=(Object compare);