CompareTo Method (ThreadInfo)
Compares this ThreadInfo object to another to determine sorting order.
'Declaration
Public Function CompareTo( _
ByVal As ThreadInfo _
) As Integer
public int CompareTo(
ThreadInfo
)
Parameters
- other
- The other ThreadInfo object to compare this object to.
Return Value
An int which is less than zero, equal to zero, or greater than zero to reflect whether this ThreadInfo should sort as being less-than, equal to, or greater-than the other ThreadInfo, respectively.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2