Comparing Arrays using LINQ in C#
- by Pramodh
hi,
i've two arrays like
string[] a = { "a", "b", "c" };
string[] b = { "a", "b", "c" };
i need to compare the two arrays using linq.
the comparision should take place only if both arrays have same size