inline fn isAtLeast(self: WindowsVersion, ver: WindowsVersion) bool
[src]
Returns whether the first version self
is newer (greater) than or equal to the second version ver
.
inline fn isAtLeast(self: WindowsVersion, ver: WindowsVersion) bool
Returns whether the first version self
is newer (greater) than or equal to the second version ver
.