Software Development C#: How to check for duplicates January 19, 2010 Torleif 7 Comments Say you have an IEnumerable<t></t> of some sort and you want to check if it contains any duplicates. How do you do that? Continue reading C#: How to check for duplicates →