Compares the string against various other types or itself using the == and != operators.
The instance of the type to be tested against.
True if they have the same textual data, false otherwise.
See Implementation
Compares the string against various other types or itself using the == and != operators.