A customer asked if there was a helper function in the system that accepted two strings and reported whether the s they represent are equal.
This is a tricky question, because you first have to decide what "represent" means.
There are many ways of representing a as a string. It could be just 32 case-insensitive hexadecimal digits. Or maybe there...