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