Returns 1 if a and b are of equal length and their contents are equal, or 0 otherwise.
Note that unlike in equal(), zero-length inputs are considered the same, so this function will return 1.
Returns 1 if a and b are of equal length and their contents are equal, or 0 otherwise.
Note that unlike in equal(), zero-length inputs are considered the same, so this function will return 1.