Click or drag to resize

BaseBlankNodeCompareTo Method (BaseBlankNode)

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(
	BaseBlankNode other
)

Parameters

other
Type: VDS.RDFBaseBlankNode
Node to test against.

Return Value

Type: Int32

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

Implements

IComparableTCompareTo(T)
See Also