Ejemplo n.º 1
0
 int IComparable <IRaceInstant> .CompareTo(IRaceInstant?other) => Laps.CompareTo(other?.Laps);