Return true if the specified lhs and rhs have the same value.
Declared in <bslma_managedptrdeleter.h>
bool
operator==(
ManagedPtrDeleter const& lhs,
ManagedPtrDeleter const& rhs);
Return true if the specified lhs and rhs objects have the same value, and false otherwise. Two ManagedPtrDeleter objects have the same value if the corresponding values of their object, factory, and deleter attributes are the same.
true if lhs and rhs have the same value, and false otherwise
| Name | Description |
|---|---|
| lhs | The left-hand ManagedPtrDeleter operand. |
| rhs | The right-hand ManagedPtrDeleter operand. |