/// <summary> /// Override of GetHeshCode() method /// </summary> /// <returns>The hash value</returns> public override int GetHashCode() { return(BaseRunningLevel.GetHashCode()); }
/// <summary> /// Override of ToString() method to display the ToString() of the enum value /// </summary> /// <returns>The string value</returns> public override string ToString() { return(BaseRunningLevel.ToString()); }