Click or drag to resize
MimeKit

UniqueId Operators

The UniqueId type exposes the following members.

Operators
 NameDescription
Public operatorStatic memberEquality(UniqueId, UniqueId) Determines whether two unique identifiers are equal.
Public operatorStatic memberGreaterThan(UniqueId, UniqueId) Determines whether one unique identifier is greater than another unique identifier.
Public operatorStatic memberGreaterThanOrEqual(UniqueId, UniqueId) Determines whether one unique identifier is greater than or equal to another unique identifier.
Public operatorStatic memberInequality(UniqueId, UniqueId) Determines whether two unique identifiers are not equal.
Public operatorStatic memberLessThan(UniqueId, UniqueId) Determines whether one unique identifier is less than another unique identifier.
Public operatorStatic memberLessThanOrEqual(UniqueId, UniqueId) Determines whether one unique identifier is less than or equal to another unique identifier.
Top
See Also