Click or drag to resize

DynamicNode.ContainsKey Method (String)

Checks whether this node has an outgoing predicate equivalent to key.

Namespace:  VDS.RDF.Dynamic
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public bool ContainsKey(
	string key
)

Parameters

key
Type: System.String
The node to check.

Return Value

Type: Boolean
Whether this node has an outgoing predicate equivalent to key.

Implements

IDictionary<TKey, TValue>.ContainsKey(TKey)
See Also