Return true if this shared pointer shares ownership with other.
Synopsis
Declared in <bslstl_sharedptr.h>
template<class ANY_TYPE>
bool
owner_equal(shared_ptr<ANY_TYPE> const& other) const noexcept;
Created with MrDocs