SyntaxFix
Write A Post
Hire A Developer
Questions
If you're using .Net 3+, you can use Linq.
List<T> withDupes = LoadSomeData(); List<T> noDupes = withDupes.Distinct().ToList();