MimeTypeParameterCompareTo Method

Compares the current instance with another MimeTypeParameter 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 MimeTypeParameter.

Definition

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

Parameters

other  MimeTypeParameter
The other MimeTypeParameter 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