Click or drag to resize
MimeKit

UniqueIdLessThan Operator

Determines whether one unique identifier is less than another unique identifier.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
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

Boolean
true if uid1 is less than uid2; otherwise, false.
Remarks
Determines whether one unique identifier is less than another unique identifier.
See Also