TokenizerMatches Method (String) |
Matches the specified patterns.
Namespace: Akka.Configuration.HoconAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic bool Matches(
params string[] patterns
)
Public Function Matches (
ParamArray patterns As String()
) As Boolean
public:
bool Matches(
... array<String^>^ patterns
)
member Matches :
patterns : string[] -> bool
Parameters
- patterns
- Type: SystemString
The patterns.
Return Value
Type:
Booleantrue if XXXX,
false otherwise.
See Also