public int CompareTo(NugetVersion versionB) => ((IComparable)this).CompareTo(versionB);
protected bool Equals(NugetVersion other) { return(this == other); }