MimeTypeSelectorCompareTo Method  | 
 
            Sorts the selector in precedence order according to the content negotiation rules from the relevant RFCs.
            
 
    Namespace: 
   VDS.RDF
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic int CompareTo(
	MimeTypeSelector other
)
Public Function CompareTo ( 
	other As MimeTypeSelector
) As Integer
Parameters
- other
 - Type: VDS.RDFMimeTypeSelector
Selector to compare against. 
Return Value
Type: 
Int32[Missing <returns> documentation for "M:VDS.RDF.MimeTypeSelector.CompareTo(VDS.RDF.MimeTypeSelector)"]
Implements
IComparableTCompareTo(T)
See Also