IF the given condition evaluates to 'true', the commands embraced by the 'if'-command are executed. The command belongs to the group "Control".
| Parameter Name | Description | Type |
|---|---|---|
| Condition | The condition - returns 'true' or 'false'. | valueexpression |
<If Condition="and(equals(name,'Duck'),equals(firstname,'Donald'))">
<CodeBlock...>
</If>