Click or drag to resize

BaseSetIsCompatibleWith Method

Gets whether the Set is 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 IsCompatibleWith(
	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.BaseSet.IsCompatibleWith(VDS.RDF.Query.Algebra.ISet,System.Collections.Generic.IEnumerable{System.String})"]

Implements

ISetIsCompatibleWith(ISet, IEnumerableString)
See Also