Click or drag to resize

IGraphContainsTriple Method

Gets whether a given Triple is in this Graph.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
bool ContainsTriple(
	Triple t
)

Parameters

t
Type: VDS.RDFTriple
Triple to test.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.IGraph.ContainsTriple(VDS.RDF.Triple)"]

See Also