示例#1
0
 public int CompareTo(Dag other)
 {
     return(Datum.CompareTo(other.Datum));
 }