| UniqueIdGreaterThanOrEqual Operator |
Determines whether one unique identifier is greater than or equal to 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 greater than or equal to
uid2; otherwise,
false.
Remarks
Determines whether one unique identifier is greater than or equal to another unique identifier.
See Also