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