Compares string data with a Cord for equality.
Declared in <absl/strings/cord.h>
<absl/strings/cord.h>
bool operator==( std::string_view x, Cord const& y);
true if the contents are equal.
true