equalsInMeasure method
Check this Temperature has the same measurment of other
.
Implementation
bool equalsInMeasure(Temperature other) => compareTo(other) == 0;
Check this Temperature has the same measurment of other
.
bool equalsInMeasure(Temperature other) => compareTo(other) == 0;