MimeTypeParameterInfoCompareTo Method

Compares the current instance with another MimeTypeParameterInfo and returns an Int32 that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other MimeTypeParameterInfo.

Definition

Namespace: FolkerKinzel.MimeTypes
Assembly: FolkerKinzel.MimeTypes (in FolkerKinzel.MimeTypes.dll) Version: 1.0.0+7dd5ca03f25d4802263abb2083f9c7add2cb51ec
C#
public int CompareTo(
	MimeTypeParameterInfo other
)

Parameters

other  MimeTypeParameterInfo
The other MimeTypeParameterInfo instance to compare with.

Return Value

Int32
A value that indicates the relative order of the instances being compared.

Implements

IComparableTCompareTo(T)

Remarks

The method takes only the Keys into account.

See Also