equal, ==

Usage

equal <value1> <value2>

== <value1> <value2>

Return value

Boolean true if <value1> and <value2> are equal; false otherwise.

To compare two Boolean values, use and instead.

Example

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-Share Alike 2.5 License.