| UniqueIdLessThan Operator |
Determines whether one unique identifier is less than another unique identifier.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax public static bool operator <(
UniqueId uid1,
UniqueId uid2
)
Parameters
- uid1 UniqueId
- The first unique id to compare.
- uid2 UniqueId
- The second unique id to compare.
Return Value
Booleantrue if
uid1 is less than
uid2; otherwise,
false.
Remarks
Determines whether one unique identifier is less than another unique identifier.
See Also