Express Sweet API Reference - v3.0.0
    Preparing search index...
    • Determine whether or not two values are not equal (!=) weak checking.

      Parameters

      • value1: any

        First value to be compared with second.

      • value2: any

        Second value to be compared with first.

      Returns boolean

      Returns true if the values are different, false if they are the same.

      {{neqw val1 val2}}
      {{#if (neqw val1 val2)}}...{{/if}}