Click or drag to resize
ThreadGetHashCode Method
Returns a hash code for the current thread.

Namespace: System.Threading
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public override int GetHashCode()

Return Value

Type: Int32
An integer hash code value.
See Also