Click or drag to resize
Akka.NETTestActorRefBaseTActorInequality Operator (IActorRef, TestActorRefBaseTActor)

Namespace:  Akka.TestKit
Assembly:  Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static bool operator !=(
	IActorRef actorRef,
	TestActorRefBase<TActor> testActorRef
)

Parameters

actorRef
Type: Akka.ActorIActorRef
The actor used for comparison
testActorRef
Type: Akka.TestKitTestActorRefBaseTActor
The test actor used for comparison

Return Value

Type: Boolean
true if both actors are not equal; otherwise false
See Also