I have two lists:
List listA List listB
How to check using LINQ if in the listA exists an element w
listA
if (listA.Except(listB).Any())