Code Type:
Code Scope of Action:
Code First Added:
Code Altered:
Boolean Comparison [other codes of this type]
item [codes with similar scope]
Already in v5.0.0
format"
DEPRECATED - use '==' equality operator.
^equal( data1, data2 )^
DEPRECATED. Use the '==' equality operator instead. Thus the result of ^value(if("yes"=="no"){"yes"}else{"no"})^
is: no.
Thus ^not()^ is similarly deprecated.
Old usage is below.
If data1 is equal to data2, this condition is true. To test inequality, test within ^not()^.
Result of ^equal(yes,yes)^
is: true
Result of ^equal(yes,no)^
is: false