DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR CSHARP
select from list where not in other list c#
var result = peopleList2.Where(p => !peopleList1.Any(p2 => p2.ID == p.ID));
Source by stackoverflow.com #
PREVIOUS
NEXT
Tagged:
#select
#list
#list
ADD COMMENT
Topic
COMMENT
Name
6+6 =
Submit