Esempio n. 1
0
 public bool Equals(AbsorbedDose other)
 {
     return(_value.Equals(other.GetValueAs(this.Unit)));
 }
Esempio n. 2
0
 public int CompareTo(AbsorbedDose other)
 {
     return(_value.CompareTo(other.GetValueAs(this.Unit)));
 }