public int CompareTo(Height other)
 {
     return(Metres.CompareTo(other.Metres));
 }
예제 #2
0
 public int CompareTo(Length other) =>
 Metres.CompareTo(other.Metres);