[#BloombergLP-bdlma-operator_eq] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlma.adoc[bdlma]::operator== :relfileprefix: ../../ :mrdocs: Return `true` if the specified `lhs` and `rhs` have the same value. == Synopsis Declared in `<bdlma_memoryblockdescriptor.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator==( xref:BloombergLP/bdlma/MemoryBlockDescriptor.adoc[MemoryBlockDescriptor] const& lhs, xref:BloombergLP/bdlma/MemoryBlockDescriptor.adoc[MemoryBlockDescriptor] const& rhs); ---- == Description Return `true` if the specified `lhs` and `rhs` memory block descriptors have the same value and `false` otherwise. Two descriptors have the same value if and only if they have the same address and size. == Return Value `true` if `lhs` and `rhs` have the same value, and `false` otherwise == Parameters [cols="1,4"] |=== | Name| Description | *lhs* | left‐hand operand | *rhs* | right‐hand operand |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#