Method equal()
- Method equal
intequal(mixeda,mixedb)- Description
This function checks if the values
aandbare equal.For all types but arrays, multisets and mappings, this operation is the same as doing
. For arrays, mappings and multisets however, their contents are checked recursively, and if all their contents are the same and in the same place, they are considered equal.a==b- See also