Find "not the same" elements in two arrays

Posted by trnTash on Stack Overflow See other posts from Stack Overflow or by trnTash
Published on 2010-06-01T17:07:53Z Indexed on 2010/06/01 17:13 UTC
Read the original article Hit count: 151

Filed under:
|

I have two integer lists (List<int>). They contain the same elements, but List 1 contains elements that are not in the List 2.

How to find which elements of the List 1 ARE NOT in the List 2.

Thanks :)

PS. lang is c#

© Stack Overflow or respective owner

Related posts about c#

Related posts about arrays