| UniqueIdCompareTo Method |
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax 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 See Also