Exemple #1
0
        public bool IsMatch(string[] keywords)
        {
            var result = false;

            result |= AssetPath.IsMatch(keywords);

            return(result);
        }