[#absl-Cord-Contains-09] = xref:absl.adoc[absl]::xref:absl/Cord.adoc[Cord]::Contains :relfileprefix: ../../ :mrdocs: Determines whether the Cord contains the passed Cord `rhs`. == Synopsis Declared in `<absl/strings/cord.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool Contains(xref:absl/Cord.adoc[Cord] const& rhs) const; ---- == Return Value `true` if the Cord contains `rhs`. == Parameters [cols="1,4"] |=== | Name| Description | *rhs* | The Cord to search for. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#