BloombergLP::bslma::operator!=

Return true if the specified lhs and rhs objects do not have the same value, and false otherwise. Two ManagedPtrDeleter objects do not have the same value if any of the corresponding values of their object, factory, and deleter attributes are not the same.

Synopsis

Declared in <bslma_managedptrdeleter.h>

bool
operator!=(
    ManagedPtrDeleter const& lhs,
    ManagedPtrDeleter const& rhs);