Thread.GetHashCode 方法

定义

返回当前线程的哈希代码。

public:
 override int GetHashCode();
public override int GetHashCode ();
[System.Runtime.InteropServices.ComVisible(false)]
public override int GetHashCode ();
override this.GetHashCode : unit -> int
[<System.Runtime.InteropServices.ComVisible(false)>]
override this.GetHashCode : unit -> int
Public Overrides Function GetHashCode () As Integer

返回

整数哈希代码值。

属性

注解

不保证哈希代码是唯一的。 如果需要托管线程的唯一标识符, ManagedThreadId 请使用 属性。

适用于