Return true if the specified lhs shared pointer does not refer to an object, and false otherwise.
true
lhs
false
Declared in <bslstl_sharedptr.h>
<bslstl_sharedptr.h>
template<class LHS_TYPE> bool operator==( shared_ptr<LHS_TYPE> const& lhs, nullptr_t) noexcept;