[#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 whether the two thread handles identify the same thread. == 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); ---- == Description Return `true` if the specified `a` and `b` thread handles, identify the same thread, and `false` otherwise. == Return Value `true` if both handles identify the same thread, and `false` otherwise == Parameters [cols="1,4"] |=== | Name| Description | *a* | first thread handle to compare | *b* | second thread handle to compare |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#