|  | TokenizerMatches Method (String) | 
 
            Determines whether any of the given patterns match the value at the current
            position of the tokenizer.
            
 
    Namespace: 
   Akka.Configuration.Hocon
    Assembly:
   Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
 Syntax
Syntaxpublic bool Matches(
	params string[] patterns
)
member Matches : 
        patterns : string[] -> bool 
Parameters
- patterns
- Type: SystemString
 The string array that contains the characters to match.
Return Value
Type: 
Booleantrue if any one of the patterns match, otherwise 
false.
 See Also
See Also