{
    "Function": "notEqual",
    "File": "contracts/contracts/nomad-core/libs/TypedMemView.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [
        "equal"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function notEqual(bytes29 left, bytes29 right) internal pure returns (bool) {\n    return !equal(left, right);\n  }"
}