namespace Dic { public class Key { string name; public Key(string n) { name = n; } } class Program { static string Test() { Key a = new Key(
they have the same values internally but a != b as they are 2 different variables.