Find items from a list which exist in another list April 22, 2023 by Tarik ListA.Where(a => ListX.Any(x => x.b == a.b))