EntityKey.GetHashCode 方法

定义

用作当前 EntityKey 对象的哈希函数。Serves as a hash function for the current EntityKey object. GetHashCode() 适用于哈希算法和诸如哈希表之类的数据结构。GetHashCode() is suitable for hashing algorithms and data structures such as a hash table.

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

返回

Int32

当前 EntityKey 的哈希代码。A hash code for the current EntityKey.

适用于