Checks weather found version could be used with current version
Checks weather found version could be used with current version
Version of current library
Version of library of found resource
True ar False Examples (current) and (found): 1.2.3 and 1.2 => True 1.2 and 1.2.3 => False (found more specific version) * 1.2 and None => True (found version that could be used with all versions)