[#BloombergLP-bslmt-ThreadUtilImpl-04-areEqual] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmt.adoc[bslmt]::xref:BloombergLP/bslmt/ThreadUtilImpl-04.adoc[ThreadUtilImpl<Platform::PosixThreads>]::areEqual :relfileprefix: ../../../ :mrdocs: Return `true` if the specified `a` and `b` thread handles, identify the same thread, and `false` otherwise. == Synopsis Declared in `<bslmt_threadutilimpl_pthread.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static bool areEqual( xref:BloombergLP/bslmt/ThreadUtilImpl-04/Handle.adoc[Handle] const& a, xref:BloombergLP/bslmt/ThreadUtilImpl-04/Handle.adoc[Handle] const& b); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#