UriComparerCompare Method  | 
 
            Compares two URIs.
            
 
    Namespace: 
   VDS.RDF
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic int Compare(
	Uri x,
	Uri y
)
Public Function Compare ( 
	x As Uri,
	y As Uri
) As Integer
Parameters
- x
 - Type: SystemUri
URI. - y
 - Type: SystemUri
URI. 
Return Value
Type: 
Int32[Missing <returns> documentation for "M:VDS.RDF.UriComparer.Compare(System.Uri,System.Uri)"]
Implements
IComparerTCompare(T, T)
See Also