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