Click or drag to resize

WrapperGraphContainsTriple Method

Gets whether a given Triple exists in this Graph.

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

Parameters

t
Type: VDS.RDFTriple
Triple to test.

Return Value

Type: Boolean

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

Implements

IGraphContainsTriple(Triple)
See Also