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