Neq
Evaluates if op1 and op2 are different.
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>
   
<neq op1="${responsetime}" op2="50" />
   
<then>
      
<log>response time still under 50ms</log>
   
</then>
</if>