BlankNodeCompareTo Method (BlankNode) | 
 
            Implementation of Compare To for Blank Nodes.
            
 
    Namespace: 
   VDS.RDF
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic int CompareTo(
	BlankNode other
)
Public Function CompareTo ( 
	other As BlankNode
) As Integer
Parameters
- other
 - Type: VDS.RDFBlankNode
Blank Node to Compare To. 
Return Value
Type: 
Int32[Missing <returns> documentation for "M:VDS.RDF.BlankNode.CompareTo(VDS.RDF.BlankNode)"]
Implements
IComparableTCompareTo(T)
Remarks
            Simply invokes the more general implementation of this method.
            
See Also