Mid LINQ Check if department exists in list? Check if department exists in list bool exists = departments.Any(d => d.Name == "Marketing");