Click or drag to resize
Akka.NETPredicateMatcher.IsMatch Method
TBD

Namespace:  Akka.TestKit.Internal.StringMatcher
Assembly:  Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
public bool IsMatch(
	string s
)

Parameters

s
Type: System.String
TBD

Return Value

Type: Boolean
TBD

Implements

IStringMatcher.IsMatch(String)
See Also