Ejemplo n.º 1
0
        public bool IsTaggedWith(string tagText)
        {
            var tagSet = this.TagsSet;

            if (tagSet == null)
            {
                return(false);
            }
            return(TagsSet.IsTaggedWith(tagText));
        }