public class GuidEnum
Name Return Type Description Inherited From
C GuidEnum(Guid) None Creates an Guid-based enum instance with the supplied name and GUID. GUID-based enum instance can be compared by this guid value.
Name Return Type Description Inherited From
M Equals(Object) Boolean Compares two Guid-based enum object based on their concrete class and GUID value. (Overrides Object . Equals(Object) )
M GetHashCode() Int32 Generates a hash code for this Guid-based enum object. (Overrides Object . GetHashCode () )
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object
Name Return Type Description Inherited From
P Guid Guid The Guid of GUID-based enum object.