Constant bc::opcodes::OP_NUMNOTEQUAL
source · pub const OP_NUMNOTEQUAL: u8 = 0x9e;Expand description
Pop the top two stack items and push 0 if both are numerically equal, else push 1.
pub const OP_NUMNOTEQUAL: u8 = 0x9e;Pop the top two stack items and push 0 if both are numerically equal, else push 1.