Bundt Scripting Reference · Bundt Scripting Language version 1.0.1.0

== (equals) operator

The equals operator == compares its operands and returns true if both are equal, or false otherwise.

This operator applies to values of any type.

Syntax

Expression1 == Expression2

Element Type Notes
Expression1 Expression Specifies the first value to be compared.
Expression2 Expression Specifies the second value to be compared.

Examples

Intent Code
Write out whether two expressions yield the same result write 11 + 3 == 12 - 5;

See Also


Contents distributed under a Creative Commons Attribution 4.0 International License · About · Terms of Use · Contact Us · last updated on 08 October 2020