public bool Equals(Answer other) { if (other == null) { return(false); } return(X1.EqualsEps(other.X1) && X2.EqualsEps(other.X2)); }