Compares this string to the specified CharSequence. The result
is true if and only if this String represents the same
sequence of char values as the specified sequence.
cs
| The sequence to compare this String against |
true if this String represents the same
sequence of char values as the specified sequence,
false otherwise
Diagram: String