Return true if the specified a thread identifier is associated with the same thread as the specified b thread identifier, and false otherwise.

Synopsis

Declared in <bslmt_threadutil.h>

static
bool
areEqualId(
    Id const& a,
    Id const& b);

Created with MrDocs