DynamicNodeContains Method (Uri, Object) |
Checks whether statements exist with this subject, predicate equivalent to predicate and objects equivalent to objects.
Namespace:
VDS.RDF.Dynamic
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public bool Contains(
Uri predicate,
Object objects
)
Public Function Contains (
predicate As Uri,
objects As Object
) As Boolean
Parameters
- predicate
- Type: SystemUri
The predicate to assert. - objects
- Type: SystemObject
An object or enumerable representing objects to assert.
Return Value
Type:
BooleanWhether statements exist with this subject, predicate equivalent to
predicate and objects equivalent to
objects.
See Also