aborts if a not equals b


Returns true if a and b are identical, otherwise, the function will be terminated with an error.

Description of 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.