Page Summary
-
This document defines an enum for specifying operating system version comparison types.
-
The possible comparison types are unspecified, unknown, equals to, and greater than or equals to.
-
Each enum value has a brief description explaining its meaning or usage.
The type of operating system version.
| Enums | |
|---|---|
|
Equals to the specified version. |
|
Greater than or equals to the specified version. |
|
Used for return value only. Represents value unknown in this version. |
|
Not specified. |