In This Topic
The following tables list the members exposed by ThreadInfo.
Public Constructors
Public Properties
Public Methods
| Name | Description |
| CompareTo | Compares this ThreadInfo object to another to determine sorting order. |
| Equals | Overloaded. Determines if the provided ThreadInfo object is identical to this object. |
| GetHashCode | Provides a representative hash code for objects of this type to spread out distribution in hash tables. |
Top
Public Events
Public Operators
Equality | Compares two ThreadInfo instances for equality. |
Greater Than | Compares if one ThreadInfo instance should sort greater than another. |
Inequality | Compares two ThreadInfo instances for inequality. |
Less Than | Compares if one ThreadInfo instance should sort less than another. |
Top
See Also