[导入]最新Model代码演示

添加了ToString 函数。 示例: tb_mail t = new tb_mail(); t.emailid = null; t.context = "发生的发"; string tx = t.ToString(); tb_mail ttt = new tb_mail(tx); if (t.context.Length == ttt.context.Length )//注意, 这个大小是字符串长度, 一个汉字算一个。 因此这里会有出入。 { Console.WriteLine(""); } if (ttt.ToString() == tx)//但是最终结果都是一样的。 { Console.WriteLine(""); }
文章来源:http://blog.csdn.net/KeelKit/archive/2009/01/23/3851006.aspx

posted on 2009-01-23 08:44  KeelKit  阅读(165)  评论(0编辑  收藏  举报

导航