SupportsPreviewControlAttribute.GetHashCode 方法

定义

返回该类实例的 SupportsPreviewControlAttribute 哈希代码。

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

返回

当前实例 SupportsPreviewControlAttribute的 32 位有符号整数哈希代码。

注解

该方法 GetHashCode 将重写该方法 Object.GetHashCode

该方法 GetHashCode 为两个对象生成相同的哈希代码,这些对象根据 Equals 该方法相等。 哈希代码适用于哈希算法和数据结构,如哈希表。

适用于

另请参阅