WrapperGraphContainsTriple Method |
Gets whether a given Triple exists in this Graph.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public virtual bool ContainsTriple(
Triple t
)
Public Overridable Function ContainsTriple (
t As Triple
) As Boolean
Parameters
- t
- Type: VDS.RDFTriple
Triple to test.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.WrapperGraph.ContainsTriple(VDS.RDF.Triple)"]
Implements
IGraphContainsTriple(Triple)See Also