Return whether the two thread handles identify the same thread.
Declared in <bslmt_threadutilimpl_pthread.h>
static
bool
areEqual(
Handle const& a,
Handle const& b);
Return true if the specified a and b thread handles, identify the same thread, and false otherwise.
true if both handles identify the same thread, and false otherwise
| Name | Description |
|---|---|
| a | first thread handle to compare |
| b | second thread handle to compare |