Returns true if this version is equal to the given version.
bool isEqualTo(Version other) => this._compareTo(other) == 0;