Click or drag to resize

SetIsMinusCompatibleWith 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 override bool IsMinusCompatibleWith(
	ISet s,
	IEnumerable<string> vars
)

Parameters

s
Type: VDS.RDF.Query.AlgebraISet
Set.
vars
Type: System.Collections.GenericIEnumerableString
Variables.

Return Value

Type: Boolean

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

Implements

ISetIsMinusCompatibleWith(ISet, IEnumerableString)
See Also