| Identifier Class |
This is a Guid which has implicit and explicit conversions to/from Guid and String.
Namespace: Rackspace
The Identifier type exposes the following members.
| Name | Description | |
|---|---|---|
| Identifier(Guid) |
Initializes a new instance of the Identifier class.
| |
| Identifier(String) |
Initializes a new instance of the Identifier class.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Overrides ObjectEquals(Object).) | |
| GetHashCode | Serves as the default hash function. (Overrides ObjectGetHashCode.) | |
| ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) |
| Name | Description | |
|---|---|---|
| Equality |
Implements the operator ==.
| |
| (String to Identifier) |
Performs an explicit conversion from String to Identifier.
| |
| (Guid to Identifier) |
Performs an implicit conversion from Guid to Identifier.
| |
| (Identifier to String) |
Performs an implicit conversion from Identifier to String.
| |
| Inequality |
Implements the operator !=.
|