Click or drag to resize

UriNode.Equals 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.RDF.UriNode
URI Node.

Return Value

Type: Boolean

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

Implements

IEquatable<T>.Equals(T)
See Also