Method IsVersionOrGreater
IsVersionOrGreater(int, int, int)
Determines whether the current framework version is equal to or greater than the specified version.
public static bool IsVersionOrGreater(int major, int minor, int build)
Parameters
majorintThe major version to compare.
minorintThe minor version to compare.
buildintThe build version to compare.
Returns
- bool
trueif the current framework version is equal to or greater than the specified version; otherwise,false.