Click or drag to resize
Akka.NETEventFilterBaseInternalDoMatch Method
Internal helper.
Remarks
Note! Part of internal API. Breaking changes may occur without notice. Use at own risk.

Namespace:  Akka.TestKit.Internal
Assembly:  Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
protected bool InternalDoMatch(
	string src,
	Object msg
)

Parameters

src
Type: SystemString
TBD
msg
Type: SystemObject
TBD

Return Value

Type: Boolean
TBD
See Also