On this pageProductIdLibrary isEqual Returns true, if a is equal to b. function isEqual(ProductId a, ProductId b) internal pure returns (bool) isNotEqual Returns true, if a is not equal to b. function isNotEqual(ProductId a, ProductId b) internal pure returns (bool)