How can I compare to sets of data in linq and return the differences?

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:02 UTC
Read the original article Hit count: 169

Filed under:
|
|

I have 2 IList a and b and 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