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