Determine whether or not two values are equal (==) i.e weak checking.
First value to be compared with second.
Second value to be compared with first.
Returns true if the values are the same, false if they are different.
{{eqw val1 val2}}{{#if (eqw val1 val2)}}...{{/if}} Copy
{{eqw val1 val2}}{{#if (eqw val1 val2)}}...{{/if}}
Determine whether or not two values are equal (==) i.e weak checking.