为什么会相等呢 string msg1 = "abc"; string msg2 = "abc"; if (object.ReferenceEquals(msg1, msg2)) { string he = "yes"; }