示例#1
0
 public bool Equals(TemperatureGradient other)
 {
     return(_value.Equals(other.GetValueAs(this.Unit)));
 }
示例#2
0
 public int CompareTo(TemperatureGradient other)
 {
     return(_value.CompareTo(other.GetValueAs(this.Unit)));
 }