IsModuleVersionMatch (open)
Test if the specified module's semantic version matches the specified version range
Syntax
LOADLIB "mod::system/lib/configure.whlib";
BOOLEAN FUNCTION IsModuleVersionMatch(STRING modulename, STRING semverrange)Parameters
STRING modulenameModule to test
STRING semverrangeSemver range to test against
Return value
BOOLEANTrue if the module is installed and matches the version range