IGraphAssert Method (Triple) |
Asserts a Triple in the Graph.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax Function Assert (
t As Triple
) As Boolean
Parameters
- t
- Type: VDS.RDFTriple
A Triple.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.IGraph.Assert(VDS.RDF.Triple)"]
See Also