I have a List
List
PropA { int a; int b; }
and another List
ListA.Where(a => ListX.Any(x => x.b == a.b))