a = ; b = ; c = ; ab = a + b; abc = a + b + c; abResult = .IsInterned(ab); abcResult = .IsInterned(abc); empty = .Empty; strEmpty = ;
A = + ;
B = ;
. 以下代碼的HashCode是否相同,他們是否是同個對象:
A = Console.ReadLine(); B = Console.ReadLine();
. 以下代碼的HashCode是否相同,他們是否是同個對象:
A = Console.ReadLine(); B = Console.ReadLine(); A = .Intern(B);