IP_pfTaskComp -- compares two tasks for equality.
int IP_pfTaskComp(const void* t1, const void* t2);
int IP_pfTaskComp
A pointer to a task structure.
<0 if t1 is ordinally less than t2, 0 if the two tasks are equal, and >0 if t1 is ordinally greater than t2.
This function compares two tasks for equality by comparing their nid, pid and chid values.
Task Structures