예제 #1
0
 public bool Equals(TemperatureChangeRate other)
 {
     return(_value.Equals(other.GetValueAs(this.Unit)));
 }
예제 #2
0
 public int CompareTo(TemperatureChangeRate other)
 {
     return(_value.CompareTo(other.GetValueAs(this.Unit)));
 }