Click or drag to resize

MimeTypeSelector.CompareTo 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.RDF.MimeTypeSelector
Selector to compare against.

Return Value

Type: Int32

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

Implements

IComparable<T>.CompareTo(T)
See Also