Click or drag to resize

DynamicNodeContainsKey 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: SystemString
The node to check.

Return Value

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

Implements

IDictionaryTKey, TValueContainsKey(TKey)
See Also