Click or drag to resize
MimeKit

UniqueIdCompareTo Method

Compares two UniqueId objects.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.10.0
Syntax
C#
public int CompareTo(
	UniqueId other
)

Parameters

other  UniqueId
The other unique identifier.

Return Value

Int32
A value less than 0 if this UniqueId is less than other, a value of 0 if this UniqueId is equal to other, or a value greater than 0 if this UniqueId is greater than other.

Implements

IComparableTCompareTo(T)
Remarks

Compares two UniqueId objects.

Note  Note
Validity values are not used in the comparison.
See Also