次の方法で共有


UriBuilder.GetHashCode メソッド

URI のハッシュ コードを返します。

Overrides Public Function GetHashCode() As Integer
[C#]
public override int GetHashCode();
[C++]
public: int GetHashCode();
[JScript]
public override function GetHashCode() : int;

戻り値

URI に対して生成されたハッシュ コード。

解説

生成されたハッシュ コードには、フラグメント部分が含まれていません。https://www.contoso.com/index.htm#search と https://www.contoso.com/index.htm の 2 つの URI からは、同一のハッシュ コードが生成されます。

Uri の 2 つのハッシュ コード A と B があり、A.Equals(B) が true の場合には、A と B は同一のコードです。

このメソッドは、 Object.GetHashCode を実装します。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, Common Language Infrastructure (CLI) Standard

参照

UriBuilder クラス | UriBuilder メンバ | System 名前空間