Example #1
0
 public bool CheckAttending(string studentName)
 {
     return(Attendees.Find(x => x.Name == studentName) != null);
 }