| InternetAddressListCompareTo Method |
Compare two internet address lists.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public int CompareTo(
InternetAddressList other
)
Parameters
- other InternetAddressList
- The internet address list to compare to.
Return Value
Int32The sort order of the current internet address list compared to the other internet address list.
Implements
IComparableTCompareTo(T)Exceptions Remarks
Compares two internet address lists for the purpose of sorting.
See Also