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>

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

Description

DEPRECATED: use areEqualId instead.

Created with MrDocs