Exclude list items that contain values from another list November 28, 2023 by Tarik var results = dataset.Where(i => !excluded.Any(e => i.Contains(e)));