Guid Class
Represents a globally unique identifier (GUID). This class cannot be inherited.
Definition
Members Table
The following table lists the members exposed by the Guid object. Click a tab on the left to choose the type of member you want to view.
Methods
| Method | Description |
|---|
| CompareTo | Compares this instance to a specified object. |
| Equals | Overloaded. Compares two objects to determine if they are equal. |
| GetHashCode | Overriden. Returns the hash code for this instance. |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| Guid | Overloaded. Initializes a new instance of Guid. |
| NewGuid | Initializes a new instance of the Guid class. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object) |
| ToByteArray | Returns a 16-element byte array that contains the value of the GUID. |
| ToString | Overloaded. Returns a String representation of the value of the Guid instance. |
Operators
| Operator | Description |
|---|
| operator != | Determines whether the values of two specified Guid objects are not equal. |
| operator == | Determines whether the values of two specified Guid objects are equal. |
Fields
| Field | Description |
|---|
| Empty | Represents an empty Guid. |
Inheritance Hierarchy
ObjectGuid
Remarks
Due to Flash API limitations, this identifier is not guaranteed to be unique.
Class Information
| Namespace | System |
|---|
| Flash Library | corlib.scl |
|---|
| Flash Library Version | 2.0.0.2466 |
|---|
| Silverlight Library | System.Windows.Forms.dll |
|---|