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