Determines whether the specified or newer version of the specified feature is installed in the system.
- feature
- The feature to look for.
- minimumVersion
- A Version representing the minimum version number of the feature to look for.
true if the feature is present and its version number is greater than or equal to the specified minimum version number; false if the feature is not installed or its version number is below the specified minimum number.