Click or drag to resize

ISetIsCompatibleWith 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
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.ISet.IsCompatibleWith(VDS.RDF.Query.Algebra.ISet,System.Collections.Generic.IEnumerable{System.String})"]

See Also