Determines whether the left-hand Version represents a lower precedence than the right-hand Version.
bool operator <(dynamic o) => o is Version && _compare(this, o) < 0;