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