neq~ Reference

Not equals operator

neq~

Examples

Inlets

Left Operand [auto]

Left operand to be compared. Event version triggers comparison.

Right Operand [auto]

Right operand to be compared. Event version must trigger the left inlet in order to perform comparison.

Outlets

Left != Right [signal]

Returns 1 if the two inputs are not equal and 0 if the two inputs are equal.

Dynamic Attributes

These attributes can be modified in the code during execution using the set object

in1 [auto]

Left operand to be compared. Event version triggers comparison.

in2 [auto]

Right operand to be compared. Event version must trigger the left inlet in order to perform comparison.

reset [bang] (default: 0)

Reset inlets to default values.

See Also

Name Description
eq Equals operator
neqp Not equals / pass operator