Return true if the specified lhs and rhs have the same value.
Declared in <bdlma_memoryblockdescriptor.h>
bool
operator==(
MemoryBlockDescriptor const& lhs,
MemoryBlockDescriptor const& rhs);
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.
true if lhs and rhs have the same value, and false otherwise
| Name | Description |
|---|---|
| lhs | left-hand operand |
| rhs | right-hand operand |