Ejemplo n.º 1
0
 internal static bool IsAtLeast(this LanguageVersion left, LanguageVersion right) =>
 left.CompareTo(right) >= 0;