Constant OP_NUMNOTEQUAL
pub const OP_NUMNOTEQUAL: All;
Expand description
Pop the top two stack items and push 0 if both are numerically equal, else push 1.
pub const OP_NUMNOTEQUAL: All;
Pop the top two stack items and push 0 if both are numerically equal, else push 1.