[#BloombergLP-bslmt-ThreadUtil-isEqualId] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmt.adoc[bslmt]::xref:BloombergLP/bslmt/ThreadUtil.adoc[ThreadUtil]::isEqualId :relfileprefix: ../../../ :mrdocs: Return `true` if the specified `lhs` thread identifier is associated with the same thread as the specified `rhs` thread identifier, and `false` otherwise. == Synopsis Declared in `<bslmt_threadutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static bool isEqualId( xref:BloombergLP/bslmt/ThreadUtil/Id.adoc[Id] const& a, xref:BloombergLP/bslmt/ThreadUtil/Id.adoc[Id] const& b); ---- == Description DEPRECATED: use `areEqualId` instead. [.small]#Created with https://www.mrdocs.com[MrDocs]#