You have been redirected from an outdated version of the article. Below is the content available on this topic. To view the old article click here.

equal()

Usage

equal(val1, val2)

Description
Returns a boolean value that indicates whether the values are identical.

Note
eq() is an alias for equal()

Example

${equal(2, 3)}

results in

false

Search results for "equal()"

equal()

Returns a boolean value that indicates whether the values are identical.

equal(val1, val2)