Hi,
Linq to check if each value in array called arrayA is present in the list of string called listA.
If a single item in arrayA is not present in list A,
Then set flag to True and output the items of arrayA not available in listA
Is this possible?
Thanks!