Ejemplo n.º 1
0
 public int CompareTo(CalendarSharer other)
 {
     return(_participant.CompareTo(other._participant));
 }