A boolean operator used to determine if a particular value is true. It contains a single attribute "value" and has no child elements. It evaluates to true if and only if the value of the "value" attribute case-insensitive equals "true".
Name |
Type |
Required |
Configurable |
Description |
---|---|---|---|---|
value |
string |
Yes |
Yes |
The value to compare against "true". |
Element |
Result |
---|---|
<istrue value="True"/> |
true |
<istrue value="yes"/> |
false |
<istrue value=":[var]"/> |
true if the value of var is true |