摘要:
http://jingyan.baidu.com/article/d5c4b52bc5c102da570dc547.html 阅读全文
摘要:
原文地址:http://www.oschina.net/code/snippet_188227_9009 对于值类型,如果对象的值相等,则相等运算符 (==) 返回 true,否则返回 false。对于string 以外的引用类型,如果两个对象引用同一个对象,则 == 返回 true。对于 stri 阅读全文