Beispiel #1
0
 public int CompareTo(IncomePerHour other)
 {
     return(Income.CompareTo(other.Income));
 }