Click or drag to resize
MimeKit

InternetAddressListCompareTo Method

Compare two internet address lists.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public int CompareTo(
	InternetAddressList other
)

Parameters

other  InternetAddressList
The internet address list to compare to.

Return Value

Int32
The sort order of the current internet address list compared to the other internet address list.

Implements

IComparableTCompareTo(T)
Exceptions
ExceptionCondition
ArgumentNullExceptionother is null.
Remarks
Compares two internet address lists for the purpose of sorting.
See Also