Click or drag to resize

SparqlResultSetEquals Method

Determines whether two Result Sets are equal.

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.SparqlResultSet.Equals(System.Object)"]

Return Value

Type: Boolean

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

Remarks
Experimental and not yet complete.
See Also