Return true if the specified a and b thread handles, identify the same thread, and false otherwise.
true
a
b
false
Declared in <bslmt_threadutilimpl_pthread.h>
<bslmt_threadutilimpl_pthread.h>
static bool areEqual( Handle const& a, Handle const& b);
Created with MrDocs