Click or drag to resize

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:
Syntax
public int CompareTo(
	MimeTypeSelector other
)

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