コード例 #1
0
 public bool Equals(EnergyDensity other)
 {
     return(_value.Equals(other.GetValueAs(this.Unit)));
 }
コード例 #2
0
 public int CompareTo(EnergyDensity other)
 {
     return(_value.CompareTo(other.GetValueAs(this.Unit)));
 }