Click or drag to resize

UriComparerGetHashCode 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: SystemUri
URI.

Return Value

Type: Int32

[Missing <returns> documentation for "M:VDS.RDF.UriComparer.GetHashCode(System.Uri)"]

Implements

IEqualityComparerTGetHashCode(T)
See Also