Click or drag to resize
MimeKit

UniqueIdGreaterThan Operator

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

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.10.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
if uid1 is greater than uid2; otherwise, .
Remarks

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

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