Click or drag to resize

TripleStoreContains Method

Returns whether the Store contains the given Triple within the Query Triples.

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

Parameters

t
Type: VDS.RDFTriple
Triple to search for.

Return Value

Type: Boolean

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

Implements

IInMemoryQueryableStoreContains(Triple)
See Also