public bool DiscriptionMatches(MetadataDefinitionGroupResource other)
        {
            if (other == null)
            {
                throw new InvariantGuardFailureException();
            }

            return(other.PublicInstancePropertiesEqual(this));
        }
        public bool DiscriptionMatches(MetadataDefinitionGroupResource other)
        {
            if(other == null)
                throw new InvariantGuardFailureException();

            return other.PublicInstancePropertiesEqual(this);
        }