linq check if id found in list code example Example: linq object list contains using System.Linq; bool exists = list.Any(x => x.surname == "Smith");