==運算符用於比較兩個操作數是否相對
對於引用數據類型
string s
string s
Console
Console
輸出結果是
true
false
稍微修改一下
string s
string s
或string s
則輸出結果是
true
true
可能對於string類型常量
而用py()方法
對於==操作符
如果兩個基本數據類型的操作數
如果兩個object類型的表達式都指向相同的對象或者都是空
如果字符串實例有相同的長度並且在每個字符的位置都相同或者都為空
From:http://tw.wingwit.com/Article/program/net/201311/11466.html