TripleCollectionContains Method |
Determines whether a given Triple is in the Triple Collection.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public override bool Contains(
Triple t
)
Public Overrides Function Contains (
t As Triple
) As Boolean
Parameters
- t
- Type: VDS.RDFTriple
The Triple to test.
Return Value
Type:
BooleanTrue if the Triple already exists in the Triple Collection.
See Also