[#BloombergLP-bdlc-operator_eq-0b] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::operator== :relfileprefix: ../../ :mrdocs: Return `true` if the specified `lhs` and `rhs` queues have the same value, and `false` otherwise. Two queues have the same value if they have the same length and the same element value at each respective index position. == Synopsis Declared in `<bdlc_queue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class T> bool operator==( xref:BloombergLP/bdlc/Queue.adoc[Queue<T>] const& lhs, xref:BloombergLP/bdlc/Queue.adoc[Queue<T>] const& rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#