find common set from two list of strings c#

41

find common set from two list of strings c# -

var CommonList = TestList1.Intersect(TestList2)

Comments

Submit
0 Comments