The ShortGuid type exposes the following members.
Back to Top
Operators
| Name | Description | |
|---|---|---|
| Equality |
Determines if both ShortGuids have the same underlying
Guid value.
| |
| (Guid to ShortGuid) |
Implicitly converts the Guid to a ShortGuid
| |
| (String to ShortGuid) |
Implicitly converts the string to a ShortGuid
| |
| (ShortGuid to String) |
Implicitly converts the ShortGuid to it's string equivilent
| |
| (ShortGuid to Guid) |
Implicitly converts the ShortGuid to it's Guid equivilent
| |
| Inequality |
Determines if both ShortGuids do not have the
same underlying Guid value.
|
See Also