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.
Namespace: FolkerKinzel.MimeTypesAssembly: FolkerKinzel.MimeTypes (in FolkerKinzel.MimeTypes.dll) Version: 1.0.0+7dd5ca03f25d4802263abb2083f9c7add2cb51ec
public int CompareTo(
MimeTypeParameter? other
)
Public Function CompareTo (
other As MimeTypeParameter
) As Integer
public:
virtual int CompareTo(
MimeTypeParameter^ other
) sealed
abstract CompareTo :
other : MimeTypeParameter -> int
override CompareTo :
other : MimeTypeParameter -> int
- other MimeTypeParameter
- The other MimeTypeParameter instance to compare with.
Int32A value that indicates the relative order of the instances being compared.
IComparableTCompareTo(T) The method takes only the
Keys into account.