blob: 40b8a563548f1353cb25b14f63f9bf97c7df889b [file]
---
title: 'DottedVersion'
---
A value representing a version with multiple components, separated by periods, such as 1.2.3.4.
## Members
* [compare\_to](#compare_to)
## 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](/versions/9.0.0/rules/lib/builtins/DottedVersion); required The other dotted version. |