Linq verifique se existe na lista

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