Return whether the two thread handles identify the same thread.
Synopsis
Description
Return true if the specified a and b thread handles, identify the same thread, and false otherwise.
Return Value
true if both handles identify the same thread, and false otherwise
Parameters
Name |
Description |
a |
first thread handle to compare |
b |
second thread handle to compare |
Created with MrDocs