DynamicSubjectCollectionContains Method |
Checks whether a statement exists with subject and given predicate and object.
Namespace:
VDS.RDF.Dynamic
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public bool Contains(
INode subject
)
Public Function Contains (
subject As INode
) As Boolean
Parameters
- subject
- Type: VDS.RDFINode
The subject to check.
Return Value
Type:
BooleanWhether a statement exists with
subject and given predicate and object.
Implements
ICollectionTContains(T)See Also