GuidEnum
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Equals(Object) | bool | Compares two Guid-based enum object based on their concrete class and GUID value. (Overrides Object . Equals(Object) .) | |
| GetHashCode() | int | Generates a hash code for this Guid-based enum object. (Overrides Object . GetHashCode . .) | |
| GetType | None | (Inherited from Object .) | Object . |
| ToString | None | (Inherited from Object .) | Object . |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Guid | Guid | The Guid of GUID-based enum object. |