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