Return true if the specified a thread identifier is associated with the same thread as the specified b thread identifier, and false otherwise.
true
a
b
false
Declared in <bslmt_threadutil.h>
<bslmt_threadutil.h>
static bool areEqualId( Id const& a, Id const& b);