Click or drag to resize

PartitionedMultisetContainsValue Method

Determines whether a given Value is present for a given Variable in any Set in this Multiset.

Namespace:  VDS.RDF.Query.Algebra
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public override bool ContainsValue(
	string var,
	INode n
)

Parameters

var
Type: SystemString
Variable.
n
Type: VDS.RDFINode
Value.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.Query.Algebra.PartitionedMultiset.ContainsValue(System.String,VDS.RDF.INode)"]

See Also