Click or drag to resize

SetDistinctnessComparer Constructor (IEnumerableString)

Creates a new comparer that compare only on the specific variables.

Namespace:  VDS.RDF.Query.Algebra
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public SetDistinctnessComparer(
	IEnumerable<string> variables
)

Parameters

variables
Type: System.Collections.GenericIEnumerableString
Variables.
See Also