I have a function that returns equalities, which I want to print, for example, x==y, or 2x+5==10. These usually have no meaning for mathematica, it cannot simplify it furhter.>
Another trick is to just use Unevaluated:
In[1] := Print[Unevaluated[1 == 1]] 1==1