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