public int CompareTo(Height other) { return(Metres.CompareTo(other.Metres)); }
public int CompareTo(Length other) => Metres.CompareTo(other.Metres);