pkg-config::is-exact-version
Determines whether the given package is exactly version version.
Usage
bool pkg-config::is-exact-version(package, version)
Parameters
Name |
Type |
Description |
package |
string |
The package to check. |
version |
string |
The version the package should have. |
Return Value
true if the given package is exactly version version; otherwise, false. Exceptions
The function will fail in any of the following circumstances:
pkg-config
could not be started.
Requirements
Assembly: NAnt.Core (0.91.4312.0)