How do I select distinct objects?
Using LINQ in C#
In this solution video, Brendan will show you how to select distinct elements from your collections in C# using LINQ. First, you'll see a quick solution showing you how to get the distinct element. After that, you'll see a few more detailed solutions for doing this.
Brendan Enrick
Select Distinct Object Using LINQ