Click or drag to resize
MimeKit

UniqueId Methods

The UniqueId type exposes the following members.

Methods
 NameDescription
Public methodCompareTo Compares two UniqueId objects.
Public methodEquals(Object) Determines whether the specified Object is equal to the current UniqueId.
(Overrides ValueTypeEquals(Object))
Public methodEquals(UniqueId) Determines whether the specified UniqueId is equal to the current UniqueId.
Public methodGetHashCode Serves as a hash function for a UniqueId object.
(Overrides ValueTypeGetHashCode)
Public methodGetType
(Inherited from Object)
Public methodStatic memberParse(String) Parse a unique identifier.
Public methodStatic memberParse(String, UInt32) Parse a unique identifier.
Public methodToString Returns a String that represents the current UniqueId.
(Overrides ValueTypeToString)
Public methodStatic memberTryParse(String, UniqueId) Attempt to parse a unique identifier.
Public methodStatic memberTryParse(String, UInt32, UniqueId) Attempt to parse a unique identifier.
Top
See Also