<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="./_c74_ref.xsl" type="text/xsl"?>
<!--This is an automatically generated file. DO NOT EDIT THIS FILE DIRECTLY.-->
<c74object module="rnbo" kind="rnboobject" name="eqp" category="Comparison">
<!--METADATA-->
<metadatalist>
<metadata name="author">Cycling '74</metadata>
<metadata name="tag">RNBO</metadata>
<metadata name="tag">RNBO Operators</metadata>
<metadata name="tag">RNBO Logic</metadata>
<metadata name="tag">RNBO Comparison</metadata>
<metadata name="alias">==p</metadata>
</metadatalist>
<digest>Equal / pass operator</digest>
<description><p>
Compare two values for equal-to condition. Pass the left input if the condition is met.
</p></description>
<!--ARGUMENTS-->
<!--NONE-->
<!--OPTIONS-->
<rnbooptionlist>
<option name="hot" size="1" type="bool">
<digest>All inlets trigger calculation.</digest>
<attributelist>
<attribute name="default" type="bool" value="0"></attribute>
</attributelist>

</option>
</rnbooptionlist>
<!--ATTRIBUTES-->
<rnboattributelist>
<attribute name="in1" size="1" type="number">
<digest>Left operand to be compared and returned. Event version triggers comparison.</digest>

</attribute>
<attribute name="in2" size="1" type="number">
<digest>Right operand to be compared. Event version must trigger the left inlet in order to perform comparison.</digest>

</attribute>
<attribute name="reset" size="1" type="bang">
<digest>Reset inlets to default values.</digest>
<attributelist>
<attribute name="default" type="bang" value="0"></attribute>
</attributelist>

</attribute>
</rnboattributelist>
<!--INLETS-->
<rnboinletlist>
<inlet id="inlet_in1" name="Left Operand" type="number">
<digest>Left operand to be compared and returned. Event version triggers comparison.</digest>

</inlet>
<inlet id="inlet_in2" name="Right Operand" type="number">
<digest>Right operand to be compared. Event version must trigger the left inlet in order to perform comparison.</digest>

</inlet>
</rnboinletlist>
<!--OUTLETS-->
<rnbooutletlist>
<outlet id="outlet_out1" name="Left == Right (Pass)" type="number">
<digest>Returns the left operand if the two inputs are equal and 0 if the two inputs are not equal.</digest>

</outlet>
</rnbooutletlist>
<!--SEE ALSO-->
<seealsolist>
<seealso name="rnbo_eq" type="rnborefpage" module="RNBO" display="eq"></seealso>
<seealso name="rnbo_neq" type="rnborefpage" module="RNBO" display="neq"></seealso>
<seealso name="rnbo_neqp" type="rnborefpage" module="RNBO" display="neqp"></seealso>
</seealsolist>
</c74object>