Eq
Evaluates the equality of the two operands that are identified by the attributes op1 and op2.
Required Attributes
op1
Identifies the first operand of a conditional tag.
op2
Identifies the second operand of a conditional tag.
Usage Examples
Example #1
<if>
   
<eq op1="${iteration}" op2="0" />
   
<then>
      
<log>Iterations at 0!</log>
   
</then>
</if>