UriComparer.GetHashCode 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: System.Uri
URI.
Return Value
Type:
Int32[Missing <returns> documentation for "M:VDS.RDF.UriComparer.GetHashCode(System.Uri)"]
Implements
IEqualityComparer<T>.GetHashCode(T)
See Also