dotNetRDF API Documentation

BaseGraph.ContainsTriple Method

Gets whether a given Triple exists in this Graph

public virtual bool ContainsTriple(
   Triple t
);

Parameters

t
Triple to test

Return Value

Implements

IGraph.ContainsTriple

See Also

BaseGraph Class | VDS.RDF Namespace