[#absl-operator_not_eq-0dd] = xref:absl.adoc[absl]::operator!= :relfileprefix: ../ :mrdocs: Compares string data with a Cord for inequality. == 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 differ. == 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]#