Tag Archives: Extension methods

How to check for duplicates

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?

Posted in Software Development | Tagged , , , | Leave a comment