Click or drag to resize

Multiset.ContainsValue 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: System.String
Variable.
n
Type: VDS.RDF.INode
Value.

Return Value

Type: Boolean

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

See Also