On this pageFeeKindLibrary eq Whether a is equal to b. function eq(FeeKind a, FeeKind b) internal pure returns (bool) neq Whether a is not equal to b. function neq(FeeKind a, FeeKind b) internal pure returns (bool)