Click or drag to resize
Akka.NETTokenizerMatches 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.42 (1.2.3.42)
Syntax
public bool Matches(
	params string[] patterns
)

Parameters

patterns
Type: SystemString
The string array that contains the characters to match.

Return Value

Type: Boolean
true if any one of the patterns match, otherwise false.
See Also