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