protected bool Equals(EnumMetaData other) { return string.Equals(Description, other.Description); }
protected bool Equals(EnumMetaData other) { return(string.Equals(Description, other.Description)); }