DataWeave : Equality operator (~=)
Equality Operator (~=):
Equality operator that tries to coerce one value to the type of the other when the types are different.
Use Case :
Equality operator is more useful whenever we need to compare two values which are in different types.
~= opera...
dw.hashnode.dev2 min read