Beispiel #1
0
 public int CompareTo(Period other)
 {
     return(other == null ? 1 : LeftBorder.CompareTo(other.LeftBorder));
 }