Click or drag to resize

SparqlResultGetHashCode Method

Override of the GetHashCode method for Results.

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

Return Value

Type: Int32

[Missing <returns> documentation for "M:VDS.RDF.Query.SparqlResult.GetHashCode"]

Remarks
Used implicitly in applying Distinct and Reduced modifiers to the Result Set.
See Also