aborts if a not equals b
Group |
Returns true if a and b are equals, otherwise, the mapping will be stopped with an error.
Description of Parameters
Parameter |
Description |
a |
Value. |
b |
Value. |
Examples
Parameter a |
Parameter b |
Result |
Text |
Text |
true |
Text |
text |
Function stops with an error. |
1234 |
1234 |
true |
1234 |
1234.0 |
Function stops with an error. |