BaseTripleCollectionContains Method |
Determines whether a given Triple is in the Triple Collection.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public abstract bool Contains(
Triple t
)
Public MustOverride 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