LINQ Periksa apakah ada dalam daftar

using System.Linq;
...
    bool has = list.Any(cus => cus.FirstName == "John");
Important Iguana