public bool Equals(PorousMediumPermeability other)
 {
     return(_value.Equals(other.GetValueAs(this.Unit)));
 }
 public int CompareTo(PorousMediumPermeability other)
 {
     return(_value.CompareTo(other.GetValueAs(this.Unit)));
 }