public override int GetHashCode()
        {
            int hash = 1;

            if (ExportResource != false)
            {
                hash ^= ExportResource.GetHashCode();
            }
            if (BuildProject != false)
            {
                hash ^= BuildProject.GetHashCode();
            }
            hash ^= buildGroups_.GetHashCode();
            return(hash);
        }