OperatingSystemIsAtLeast Method (OperatingSystemEnumOsName) |
Determines whether the operating system is of the specified version or later.
Namespace: Alphaleonis.Win32Assembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public static bool IsAtLeast(
OperatingSystemEnumOsName version
)
Public Shared Function IsAtLeast (
version As OperatingSystemEnumOsName
) As Boolean
public:
static bool IsAtLeast(
OperatingSystemEnumOsName version
)
static member IsAtLeast :
version : OperatingSystemEnumOsName -> bool
Parameters
- version
- Type: Alphaleonis.Win32OperatingSystemEnumOsName
The lowest version for which to return true.
Return Value
Type:
Boolean if the operating system is of the specified
version or later; otherwise,
.
See Also