[#bsl-operator_eq-09d2] = xref:bsl.adoc[bsl]::operator== :relfileprefix: ../ :mrdocs: Return true if the specified `function` argument is empty, otherwise return false. == Synopsis Declared in `<bslstl_function.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class PROTOTYPE> bool operator==( xref:bsl/function-0a.adoc[function<PROTOTYPE>] const& f, xref:bsl/nullptr_t-08.adoc[nullptr_t]) noexcept; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#