Click or drag to resize

FastNodeComparerGetHashCode Method (INode)

Returns a hash code for the specified object.

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

Parameters

obj
Type: VDS.RDFINode
The Object for which a hash code is to be returned.

Return Value

Type: Int32
A hash code for the specified object.

Implements

IEqualityComparerTGetHashCode(T)
Exceptions
ExceptionCondition
ArgumentNullExceptionThe type of obj is a reference type and obj is .
See Also