Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
miNd
Posts
Comments
C
C#
•
Created by miNd on 2/22/2023 in
#help
LINQ List A (list of strings) "partial" has any member of list B (list of strings)
Thanks!
17 replies
C
C#
•
Created by miNd on 2/22/2023 in
#help
LINQ List A (list of strings) "partial" has any member of list B (list of strings)
isnt it?
17 replies
C
C#
•
Created by miNd on 2/22/2023 in
#help
LINQ List A (list of strings) "partial" has any member of list B (list of strings)
item1.Contains item1 is already a string
17 replies
C
C#
•
Created by miNd on 2/22/2023 in
#help
LINQ List A (list of strings) "partial" has any member of list B (list of strings)
doesnt look like it does
17 replies
C
C#
•
Created by miNd on 2/22/2023 in
#help
LINQ List A (list of strings) "partial" has any member of list B (list of strings)
Like this?
17 replies
C
C#
•
Created by miNd on 2/22/2023 in
#help
LINQ List A (list of strings) "partial" has any member of list B (list of strings)
if (a.Any(item1=> b.Any(item2=> item1.Contains(item2))))
17 replies