Click or drag to resize

ThreadSafeTripleCollectionContains Method

Determines whether a given Triple is in the Triple Collection.

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

Parameters

t
Type: VDS.RDFTriple
The Triple to test.

Return Value

Type: Boolean
True if the Triple already exists in the Triple Collection.
See Also