double x1 = 43.65 + 61.11;
double x2 = 104.76;
bool test = (x1.CompareTo(x2, 2) == 0);