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.

Parameters