[#BloombergLP-bdlb-NullableAllocatedValue_PointerBitsPair-equal] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/NullableAllocatedValue_PointerBitsPair.adoc[NullableAllocatedValue_PointerBitsPair]::equal :relfileprefix: ../../../ :mrdocs: Return `true` if this object and the specified `other` have the same value. == Synopsis Declared in `<bdlb_nullableallocatedvalue_pointerbitspair.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool equal(xref:BloombergLP/bdlb/NullableAllocatedValue_PointerBitsPair.adoc[NullableAllocatedValue_PointerBitsPair] const& other) const; ---- == Description Return `true` if this object and the specified `other` have the same value, and `false` otherwise. Two `NullableAllocatedValue_PointerBitsPair` objects have the same value when their pointer and flags are the same. == Return Value `true` if this object and `other` have the same value, and `false` otherwise == Parameters [cols="1,4"] |=== | Name| Description | *other* | object to compare with this one |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#