UriComparerGetHashCode Method (Uri) | 
 
            Gets the Hash Code for a URI.
            
 
    Namespace: 
   VDS.RDF
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic int GetHashCode(
	Uri obj
)
Public Function GetHashCode ( 
	obj As Uri
) As Integer
Parameters
- obj
 - Type: SystemUri
URI. 
Return Value
Type: 
Int32[Missing <returns> documentation for "M:VDS.RDF.UriComparer.GetHashCode(System.Uri)"]
Implements
IEqualityComparerTGetHashCode(T)
See Also