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