Click or drag to resize

UriComparer.GetHashCode Method (Uri)

Gets the Hash Code for a URI.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public int GetHashCode(
	Uri obj
)

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