UriBuilder.GetHashCode 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回 URI 的雜湊碼。
public:
override int GetHashCode();
public override int GetHashCode ();
override this.GetHashCode : unit -> int
Public Overrides Function GetHashCode () As Integer
傳回
為 URI 所產生的雜湊碼。
備註
雜湊程式碼會產生,而不包含任何片段。 URI http://www.contoso.com/index.htm#search
並 http://www.contoso.com/index.htm
產生相同的雜湊碼。
當 A.Equals (B) 為 true
時,A 和 B 的雜湊碼 Uri 保證相同。
這個方法會實作 Object.GetHashCode。