[#absl-operator_not_eq-000] = xref:absl.adoc[absl]::operator!= :relfileprefix: ../ :mrdocs: Returns true if `a` and `b` refer to different elements. == Synopsis Declared in `<absl/container/chunked_queue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator!=( xref:absl/chunked_queue.adoc[iterator_common] const& a, xref:absl/chunked_queue.adoc[iterator_common] const& b); ---- == Return Value true if the iterators are not equal. == Parameters [cols="1,4"] |=== | Name| Description | *a* | The first iterator to compare. | *b* | The second iterator to compare. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#