四种方式话Equal
摘要:
Item 9: Understand the Relationships Among ReferenceEquals(), static Equals(), instance Equals(), and operator== 读后感 C#提供了四种相等比较的函数. public static bool ReferenceEquals( object left, object right );pu... 阅读全文
posted @ 2006-02-16 16:35 佛西亚 阅读(728) 评论(0) 推荐(0) 编辑