DynamicGraphContains Method (String, Object) |
Checks whether statements exist equivalent to the parameters.
Namespace:
VDS.RDF.Dynamic
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public bool Contains(
string subject,
Object predicateAndObjects
)
Public Function Contains (
subject As String,
predicateAndObjects As Object
) As Boolean
Parameters
- subject
- Type: SystemString
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