Click or drag to resize

TripleEqualityComparerGetHashCode Method (Triple)

Returns a predictable HashCode for the triple based on its components'.

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

Parameters

t
Type: VDS.RDFTriple
Triple.

Return Value

Type: Int32

[Missing <returns> documentation for "M:VDS.RDF.TripleEqualityComparer.GetHashCode(VDS.RDF.Triple)"]

Implements

IEqualityComparerTGetHashCode(T)
See Also