I have a string array Array1 and a string array A2. I want to combine these in a 3rd array A3 but excluding duplicate values. Can this be done through lambda expressions or only through iterating through the array and checking array.Contains()?
Share
You can do the following
This requires Visual Studio 2008 or higher (VB.Net 9.0).