DynamicNodeContains Method (INode, Object) |
Checks whether statements exist with this subject, predicate and objects equivalent to objects.
Namespace:
VDS.RDF.Dynamic
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public bool Contains(
INode predicate,
Object objects
)
Public Function Contains (
predicate As INode,
objects As Object
) As Boolean
Parameters
- predicate
- Type: VDS.RDFINode
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 and objects equivalent to
objects.
See Also