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