Example #1
0
 public bool Exists(Award note)
 {
     return(Awards.Contains(note));
 }