ProductInfoHeaderValue.GetHashCode 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
做為 ProductInfoHeaderValue 物件的雜湊函式。
public:
override int GetHashCode();
public override int GetHashCode ();
override this.GetHashCode : unit -> int
Public Overrides Function GetHashCode () As Integer
傳回
目前物件的雜湊碼。
備註
哈希碼是數值,用於在相等測試期間識別物件。 它也可以做為集合中物件的索引。
方法 GetHashCode 適用於哈希演算法和數據結構,例如哈希表。