欢迎莅临 SUN WU GANG 的园子!!!

世上无难事,只畏有心人。有心之人,即立志之坚午也,志坚则不畏事之不成。

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2018年7月20日

摘要: public class TestDuplicateDefine : IEqualityComparer { public bool Equals(student x, student y) { return x.name == y.name; } public int GetHashCode(st... 阅读全文
posted @ 2018-07-20 11:13 sunwugang 阅读(177) 评论(0) 推荐(0) 编辑