public bool Equals(ConfidenceInterval other) { return(Estimation.Equals(other.Estimation) && Lower.Equals(other.Lower) && Upper.Equals(other.Upper) && ConfidenceLevel.Equals(other.ConfidenceLevel)); }