UnionTripleCollectionContains Method |
Checks whether the union contains this Triple in any of the collections it comprises.
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 to test.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.UnionTripleCollection.Contains(VDS.RDF.Triple)"]
See Also