Click or drag to resize

UriNodeCompareTo Method (UriNode)

Implementation of Compare To for URI Nodes.

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

Parameters

other
Type: VDS.RDFUriNode
URI Node to Compare To.

Return Value

Type: Int32

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

Implements

IComparableTCompareTo(T)
Remarks
Simply invokes the more general implementation of this method.
See Also