Awee

eq

Eq returns true if the value equals the given parameter.

Eq returns true if the value equals the given parameter. Supports numeric coercion, string comparison, and direct equality.

Input

any

Parameters

#TypeRequired
0anyyes

Returns

bool

Examples

{{ status | eq:'active' }}
{{ count | eq:0 }}
{{ flag | eq:true }}

How is this guide?

On this page