Method IsAtLeast
| Improve this Doc View SourceIsAtLeast(Int32, Int32, Int32)
Determines whether current version is equal or greater than specified version.
Declaration
public bool IsAtLeast(int major, int minor, int build)
Parameters
Type | Name | Description |
---|---|---|
System. |
major | The major number of the specified version. |
System. |
minor | The minor number of the specified version. |
System. |
build | The build number of the specified version. |
Returns
Type | Description |
---|---|
System. |
true if current version is equal or greater than specified version. |