Click or drag to resize

DynamicObjectCollection.Contains 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
)

Parameters

object
Type: System.Object
The object to assert.

Return Value

Type: Boolean
Whether a statement exists equivalent to given subject and predicate and object.

Implements

ICollection<T>.Contains(T)
See Also