hide_if_equals

   Usages of this macro
The source code below doesn't have navigation links because no usage has been compiled yet. Navigation links depend on how and where the macro is used, so first you may try finding all usages of "hide_if_equals".
... in utilities.naml
216
217
218
219
220
<macro name="hide_if_equals" dot_parameter="text" parameters="value1,value2">
    <n.if.not.equal value1="[n.value1/]" value2="[n.value2/]">
        <then><n.text/></then>
    </n.if.not.equal>
</macro>