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