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