[#BloombergLP-bslmt-ThreadUtil-isEqual] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmt.adoc[bslmt]::xref:BloombergLP/bslmt/ThreadUtil.adoc[ThreadUtil]::isEqual :relfileprefix: ../../../ :mrdocs: Return `true` if the specified `a` and `b` thread handles identify the same thread, or if both `a` and `b` are invalid handles, and `false` otherwise. Note that if _either_ of `a` or `b` is an invalid handle, but not both, this method returns `false`. == Synopsis Declared in `<bslmt_threadutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static bool isEqual( xref:BloombergLP/bslmt/ThreadUtil/Handle.adoc[Handle] const& a, xref:BloombergLP/bslmt/ThreadUtil/Handle.adoc[Handle] const& b); ---- == Description DEPRECATED: use `areEqual` instead. [.small]#Created with https://www.mrdocs.com[MrDocs]#