Click or drag to resize

UriNodeEquals Method (UriNode)

Determines whether this Node is equal to a URI Node.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public bool Equals(
	UriNode other
)

Parameters

other
Type: VDS.RDFUriNode
URI Node.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.UriNode.Equals(VDS.RDF.UriNode)"]

Implements

IEquatableTEquals(T)
See Also