This would also work:

This_Var=0.1;
That_Var=0.1;

if (This_Var == That_Var) printf("Match!");

Still if a variable is not an integer, you should not compare it with ==.