예제 #1
0
 public int CompareTo(Visit other)
 {
     return(PersonId.CompareTo(other.PersonId));
 }