DottedVersion

Report an issue View source Nightly · 7.2 · 7.1 · 7.0 · 6.5 · 6.4

A value representing a version with multiple components, separated by periods, such as 1.2.3.4.

Members

compare_to

int DottedVersion.compare_to(other)

Compares based on most significant (first) not-matching version component. So, for example, 1.2.3 < 1.2.4

Parameters

Parameter Description
other DottedVersion; required
The other dotted version.