aborts if a not equals b
This function returns "true" if a and b are identical, otherwise, the function will be terminated with an error.
Parameters
Parameter |
Description |
a |
Value. |
b |
Value. |
Examples
Parameter a |
Parameter b |
Result |
Text |
Text |
true |
Text |
text |
Function terminates with an error. |
1234 |
1234 |
true |
1234 |
1234.0 |
Function terminates with an error. |