Click or drag to resize
Akka.NETEqualsStringAndPathMatcher.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 path
)

Parameters

path
Type: System.String
TBD

Return Value

Type: Boolean
TBD

Implements

IStringMatcher.IsMatch(String)
See Also