Return whether the two thread identifiers refer to the same thread.
Return true if the specified a thread identifier is associated with the same thread as the specified b thread identifier, and false otherwise.
DEPRECATED: use areEqualId instead.
true if both identifiers refer to the same thread
| Name | Description |
|---|---|
| a | first thread identifier to compare |
| b | second thread identifier to compare |