[#BloombergLP-bdlb-operator_eq-0b] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::operator== :relfileprefix: ../../ :mrdocs: Return `true` if the specified `lhs` and `rhs` index span objects have the same value, and `false` otherwise. Two index span objects have the same value if their position and length attributes compare equal. == Synopsis Declared in `<bdlb_indexspan.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator==( xref:BloombergLP/bdlb/IndexSpan.adoc[IndexSpan] const& lhs, xref:BloombergLP/bdlb/IndexSpan.adoc[IndexSpan] const& rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#