Click or drag to resize

SubTreeIndexedTripleCollectionContains Method

Checks whether the collection contains a given Triple.

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

Parameters

t
Type: VDS.RDFTriple
Triple.

Return Value

Type: Boolean

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

See Also