[#absl-operator_eq-073] = xref:absl.adoc[absl]::operator== :relfileprefix: ../ :mrdocs: Compares a Cord with string data for equality. == Synopsis Declared in `<absl/strings/cord.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator==( xref:absl/Cord.adoc[Cord] const& lhs, std::string_view rhs); ---- == Return Value `true` if the contents are equal. == Parameters [cols="1,4"] |=== | Name| Description | *lhs* | The left‐hand Cord. | *rhs* | The right‐hand string data. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#