Possible Duplicates:
which way is better “null != object” or “ object != null”?
Why does one often see “null != variable” instead of “variable != null” in C#?
‘ … != null’ or ‘null != …’ best performance?
Please guide me.
what is the difference between null != object and object!=null
same for "".equal("something") and "something".equals("")
which one is good for processing.