How to Remove duplicates from a IEnumerable using C# or VB.NET
To Remove duplicates from a IEnumerable using C# or VB.NET you can use the snippet below. Sample .NET 3.5 and newer Sample C# Sample VB.NET (autogenerated) Sample .NET 2.0 Sample…