Click or drag to resize

UnionTripleCollectionContains Method

Checks whether the union contains this Triple in any of the collections it comprises.

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

Parameters

t
Type: VDS.RDFTriple
Triple to test.

Return Value

Type: Boolean

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

See Also