ThreadSafeGraphAssert Method (Triple) | 
 
            Asserts a Triple in the Graph.
            
 
    Namespace: 
   VDS.RDF
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic override bool Assert(
	Triple t
)
Public Overrides Function Assert ( 
	t As Triple
) As Boolean
Parameters
- t
 - Type: VDS.RDFTriple
The Triple to add to the Graph. 
Return Value
Type: 
Boolean[Missing <returns> documentation for "M:VDS.RDF.ThreadSafeGraph.Assert(VDS.RDF.Triple)"]
Implements
IGraphAssert(Triple)
See Also