ShortGuid Operators and Type ConversionsNetworkComms.Net Help
The ShortGuid type exposes the following members.
Operators

  NameDescription
Public operatorStatic memberEquality
Determines if both ShortGuids have the same underlying Guid value.
Public operatorStatic member (Guid to ShortGuid)
Implicitly converts the Guid to a ShortGuid
Public operatorStatic member (String to ShortGuid)
Implicitly converts the string to a ShortGuid
Public operatorStatic member (ShortGuid to String)
Implicitly converts the ShortGuid to it's string equivilent
Public operatorStatic member (ShortGuid to Guid)
Implicitly converts the ShortGuid to it's Guid equivilent
Public operatorStatic memberInequality
Determines if both ShortGuids do not have the same underlying Guid value.
Back to Top
See Also