Ejemplo n.º 1
0
        protected internal virtual bool TagsMatch(Service binding)
        {
            var serviceTags = binding.Tags;

            return(ServiceInfoTags.ContainsOne(serviceTags));
        }
Ejemplo n.º 2
0
 protected internal virtual bool TagsMatch(Service binding) => ServiceInfoTags.ContainsOne(binding.Tags);