Example #1
0
 public bool Equals(Participant p)
 {
     return(p.getId() == this.getId());
 }