| Identifier Operators and Type Conversions |
The Identifier type exposes the following members.
| 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 !=.
|