IGraphContainsTriple Method |
Gets whether a given Triple is in this Graph.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax bool ContainsTriple(
Triple t
)
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.IGraph.ContainsTriple(VDS.RDF.Triple)"]
See Also