Запись C# 9: ToHashSet() не дает желаемого результата
#c# #c#-9.0 Вопрос: public static class TestRecordTypes { public static void RunTest() { List<Person> people = new List<Person>() { new Person("John", "Doe", "home"), new Person("John", "Doe", "Away"), new Person("Billy", "Doe",…