DynamicObjectCollectionContains Method |
Checks whether a statement exists equivalent to given subject and predicate and object.
Namespace:
VDS.RDF.Dynamic
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public bool Contains(
Object object
)
Public Function Contains (
object As Object
) As Boolean
Parameters
- object
- Type: SystemObject
The object to assert.
Return Value
Type:
BooleanWhether a statement exists equivalent to given subject and predicate and
object.
Implements
ICollectionTContains(T)See Also