Express Sweet API Reference - v3.0.0
    Preparing search index...
    • Determine whether or not two values are equal (==) i.e 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 the same, false if they are different.

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