Identifier Class |
This is a Guid which has implicit and explicit conversions to/from Guid and String.
Namespace: OpenStack
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 | ||
(Guid to Identifier) |
Performs an implicit conversion from Guid to Identifier.
| |
(String to Identifier) |
Performs an implicit conversion from String to Identifier.
| |
(Identifier to String) |
Performs an implicit conversion from Identifier to String.
| |
Inequality |