Returns a Boolean value based on the input parameters.
val1
{any}
compare
{String}
'=='
'==='
'!='
'!=='
'>'
'>='
'<'
'<='
'&&'
'||'
val2
{{boolean val1 compare val2}}
{{#if (boolean 1 '==' 1)}} This is truthy{{/if}}