InstanceKey.GetHashCode 方法

定义

为当前 InstanceKey 对象的 GUID(存储在 Value 属性中)返回一个唯一的哈希代码。Returns a unique hash code for the current InstanceKey object's GUID (stored in the Value property).

public:
 override int GetHashCode();
public override int GetHashCode ();
override this.GetHashCode : unit -> int
Public Overrides Function GetHashCode () As Integer

返回

Int32

唯一哈希代码。The unique hash code.

适用于