SparqlResultGetHashCode Method |
Override of the GetHashCode method for Results.
Namespace:
VDS.RDF.Query
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public override int GetHashCode()
Public Overrides Function GetHashCode As Integer
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