[#bsl-operator_eq-09b] = xref:bsl.adoc[bsl]::operator== :relfileprefix: ../ :mrdocs: Return whether the specified queues have the same value; see the non‐member `operator==` in the `bsl` namespace. == Synopsis Declared in `<bslstl_queue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator==( xref:bsl/queue-0a5.adoc[queue<VALUE2, CONTAINER2>] const&, xref:bsl/queue-0a5.adoc[queue<VALUE2, CONTAINER2>] const&); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#