Click or drag to resize

OperatingSystemIsAtLeast Method (OperatingSystemEnumOsName)

Determines whether the operating system is of the specified version or later.

Namespace:  Alphaleonis.Win32
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public static bool IsAtLeast(
	OperatingSystemEnumOsName version
)

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