[#bsl-owner_equal-operator_call-0e] = xref:bsl.adoc[bsl]::xref:bsl/owner_equal.adoc[owner_equal]::operator() :relfileprefix: ../../ :mrdocs: Return `true` if the address of the `BloombergLP::bslma::SharedPtrRep` object used by the specified `x` is equal to the address of the `BloombergLP::bslma::SharedPtrRep` object used by the specified `y`, and `false` otherwise. == Synopsis Declared in `<bslstl_ownerequal.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class ELEMENT_TYPE_X, class ELEMENT_TYPE_Y> bool operator()( xref:bsl/weak_ptr-0d.adoc[weak_ptr<ELEMENT_TYPE_X>] const& x, xref:bsl/weak_ptr-0d.adoc[weak_ptr<ELEMENT_TYPE_Y>] const& y) const noexcept; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#