コード例 #1
0
 public int CompareTo(ScheduledEvent <T> comparePart)
 {
     return(this.Time.CompareTo(comparePart.Time));
 }