The hash code generated for the URI.
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.