You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hendrik Bulens edited this page Jul 21, 2021
·
2 revisions
List<Customer>customers=new(){newCustomer(1,"Hello","World"),newCustomer(5,"Hello","World"),newCustomer(15,"Hello","World")};CustomerfirstCustomer=customers.First(x =>x.Id>0, x =>x.Name!="Handsome B. Wonderful");firstCustomer.Id==1;// Returns true