共用方式為


SupportsPreviewControlAttribute.GetHashCode 方法

定義

傳回 SupportsPreviewControlAttribute 類別這個執行個體的雜湊程式碼。

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

傳回

Int32

SupportsPreviewControlAttribute 目前執行個體的 32 位元帶正負號整數雜湊程式碼。

備註

方法 GetHashCodeObject.GetHashCode 覆寫 方法。

方法 GetHashCode 會針對根據 Equals 方法相等的兩個 物件產生相同的雜湊碼。 雜湊程式碼適用于雜湊演算法和資料結構,例如雜湊表。

適用於

另請參閱