|  | Unique | 
The UniqueId type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | CompareTo | Compares two UniqueId objects. | 
|  | Equals(Object) | Determines whether the specified Object is equal to the current UniqueId. (Overrides ValueTypeEquals(Object)) | 
|  | Equals(UniqueId) | Determines whether the specified UniqueId is equal to the current UniqueId. | 
|  | GetHashCode | Serves as a hash function for a UniqueId object. (Overrides ValueTypeGetHashCode) | 
|  | GetType | (Inherited from Object) | 
|   | Parse(String) | Parse a unique identifier. | 
|   | Parse(String, UInt32) | Parse a unique identifier. | 
|  | ToString | Returns a String that represents the current UniqueId. (Overrides ValueTypeToString) | 
|   | TryParse(String, UniqueId) | Attempt to parse a unique identifier. | 
|   | TryParse(String, UInt32, UniqueId) | Attempt to parse a unique identifier. | 
 See Also
See Also