Click or drag to resize

BaseSet.IsMinusCompatibleWith Method

Gets whether the Set is minus compatible with a given set based on the given variables.

Namespace:  VDS.RDF.Query.Algebra
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public abstract bool IsMinusCompatibleWith(
	ISet s,
	IEnumerable<string> vars
)

Parameters

s
Type: VDS.RDF.Query.Algebra.ISet
Set.
vars
Type: System.Collections.Generic.IEnumerable<String>
Variables.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.Query.Algebra.BaseSet.IsMinusCompatibleWith(VDS.RDF.Query.Algebra.ISet,System.Collections.Generic.IEnumerable{System.String})"]

Implements

ISet.IsMinusCompatibleWith(ISet, IEnumerable<String>)
See Also