UriBuilder.GetHashCode Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns the hash code for the URI.
Assembly: System (in System.dll)
The hash code is generated without including any fragment. The URIs http://www.contoso.com/index.htm#search and http://www.contoso.com/index.htm generate the same hash code.
The hash codes for Uri A and B are guaranteed to be the same when A.Equals(B) is true.
This method implements Object.GetHashCode.
Show: