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: 5.6.0+6976b8f96f59170e54fb7f8a4989b77d09f9b1c0
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.