Click or drag to resize
TokenizerMatches Method (String)
Matches the specified patterns.

Namespace: Akka.Configuration.Hocon
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public bool Matches(
	params string[] patterns
)

Parameters

patterns
Type: SystemString
The patterns.

Return Value

Type: Boolean
true if XXXX, false otherwise.
See Also