miNd
miNd
CC#
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
CC#
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
CC#
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
CC#
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
CC#
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
CC#
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