Click or drag to resize

LiteralNode.CompareTo Method (LiteralNode)

Implementation of Compare To for Literal Nodes.

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

Parameters

other
Type: VDS.RDF.LiteralNode
Literal Node to Compare To.

Return Value

Type: Int32

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

Implements

IComparable<T>.CompareTo(T)
Remarks
Simply invokes the more general implementation of this method.
See Also