Click or drag to resize

BaseUriNode.CompareTo Method (BaseUriNode)

Returns an Integer indicating the Ordering of this Node compared to another Node.

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

Parameters

other
Type: VDS.RDF.BaseUriNode
Node to test against.

Return Value

Type: Int32

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

Implements

IComparable<T>.CompareTo(T)
See Also