DynamicGraphContains Method (Uri, Object) |
Checks whether statements exist equivalent to the parameters.
Namespace:
VDS.RDF.Dynamic
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public bool Contains(
Uri subject,
Object predicateAndObjects
)
Public Function Contains (
subject As Uri,
predicateAndObjects As Object
) As Boolean
Parameters
- subject
- Type: SystemUri
The subject to check. - predicateAndObjects
- Type: SystemObject
An object with public properties or a dictionary representing predicates and objects to check.
Return Value
Type:
BooleanWhether statements exist equivalent to the parameters.
See Also