How can I compare two sets of data in linq and return the common data?

Posted by kjm on Stack Overflow See other posts from Stack Overflow or by kjm
Published on 2010-06-06T23:56:57Z Indexed on 2010/06/07 0:52 UTC
Read the original article Hit count: 259

Filed under:
|
|

I have two IList<string> a and b. I want to find out what strings are in both a and b using LINQ.

© Stack Overflow or respective owner

Related posts about c#

Related posts about LINQ