在vs2010 C#中这些判断textbox是否为空的代码有区别么?有什么区别?写在if里的
textBoxName.Text.Trim() == ""
textBoxName.Text == ""
textBoxName == nulltextboxc#