This version is out of date, covering development from v4.6.0 to v4.7.1. It is maintained here only for inbound reference links from elsewhere. Jump to the current version of aTbRef. |
|
A Tinderbox Reference File : Export Codes : Export Codes - Full Listing : ^equal( data1, data2 )^ | aTbRef Site Map |
^equal( data1, data2 )^ |
Code Type: | Boolean Comparison |
Code Scope of Action: | item |
^equal( data1, data2 )^
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
Up: Export Codes - Full Listing | |
Previous: ^endsWith( target, data )^ | Next: ^every( group , attribute[, data] )^ |
Licensed under Creative Commons Attribution-Noncommercial-Share Alike 3.0 License
[See aTbRef CC licence Attribution/Waiver info info]