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
)
Function IsCompatibleWith (
s As ISet,
vars As IEnumerable(Of String)
) As Boolean
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