Answers for "linq check if exists in list"

0

linq check if exists in list

using System.Linq;
...
    bool has = list.Any(cus => cus.FirstName == "John");
Posted by: Guest on February-17-2021

Code answers related to "linq check if exists in list"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language