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 modulename

Module to test

STRING semverrange

Semver range to test against

Return value

BOOLEAN

True if the module is installed and matches the version range