Click or drag to resize

SparqlResultEquals Method

Override of the Equals method for Results.

Namespace:  VDS.RDF.Query
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject

[Missing <param name="obj"/> documentation for "M:VDS.RDF.Query.SparqlResult.Equals(System.Object)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.Query.SparqlResult.Equals(System.Object)"]

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