[#BloombergLP-bsltf-operator_eq-0cb] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsltf.adoc[bsltf]::operator== :relfileprefix: ../../ :mrdocs: Return whether two input iterators refer to the same position. == Synopsis Declared in `<bsltf_inputiterator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> bool operator==( xref:BloombergLP/bsltf/InputIterator.adoc[InputIterator<TYPE>] const& lhs, xref:BloombergLP/bsltf/InputIterator.adoc[InputIterator<TYPE>] const& rhs); ---- == Description Return `true` if the specified `lhs` and `rhs` refer to the same `TYPE` object and `false` othersise. == Return Value `true` if both iterators refer to the same object == Parameters [cols="1,4"] |=== | Name| Description | *lhs* | left‐hand iterator | *rhs* | right‐hand iterator |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#