Vikari features the following binary operators for testing equality of expressions:
Operator Name | Symbol | Function |
---|---|---|
Equals | = | Check that the two expressions are equal. |
Not Equals | '= | Check that the two expressions are not equal. |
The result of an equality expression is a Boolean value of true or false. Any two expressions returning an AtonementCrystal can be compared. Meaning any combination of Value literals or other types.
The following demonstrates usage of the equals operator.
The following demonstrates usage of the not equals operator.