id_equal_fuzzy_arch


Description:

[ Version ( since = "0.5.0" ) ]
public static bool id_equal_fuzzy_arch (string package_id1, string package_id2)

Only compare the name, version, and arch, where the architecture will fuzzy match with i*86.

Parameters:

package_id1

the first PackageID

package_id2

the second PackageID

Returns:

true if the PackageIDs can be considered equal.