Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Star
9184 Points
1570 Posts
May 04, 2012 01:51 PM|LINK
Do you have a typing mistake? You use "Title" and "Tilte". Anyway;
var filter = from c in listB where !listA.Any(d => d["Title"] == c["Title"]) select c;
AidyF
Star
9184 Points
1570 Posts
Re: LINQ not equal to operator
May 04, 2012 01:51 PM|LINK
Do you have a typing mistake? You use "Title" and "Tilte". Anyway;
var filter = from c in listB where !listA.Any(d => d["Title"] == c["Title"]) select c;