WrapperTripleCollectionContains Method |
Gets whether the collection contains the given Triple.
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
Triple.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.WrapperTripleCollection.Contains(VDS.RDF.Triple)"]
See Also