YVersion Operators |
The YVersion type exposes the following members.
Name | Description | |
---|---|---|
Equality(YVersion, YVersion) | Check if version1 is equal to version2. | |
GreaterThan(YVersion, YVersion) | Check if version1 is greater than version2. | |
GreaterThanOrEqual(YVersion, YVersion) | Check if version1 is greater or equal than version2. | |
Inequality(YVersion, YVersion) | Check if version1 is not equal to than version2. | |
LessThan(YVersion, YVersion) | Check if version1 is lower than version2. | |
LessThanOrEqual(YVersion, YVersion) | Check if version1 is lower or equal than version2. |