Click or drag to resize

BaseMultisetContainsVariable Method

Determines whether the Multiset contains the given Variable.

Namespace:  VDS.RDF.Query.Algebra
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public abstract bool ContainsVariable(
	string var
)

Parameters

var
Type: SystemString
Variable.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.Query.Algebra.BaseMultiset.ContainsVariable(System.String)"]

See Also