ActorPath..::..Inequality Operator

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll)

Syntax


public static bool operator !=(
	ActorPath left,
	ActorPath right
)
Public Shared Operator <> ( _
	left As ActorPath, _
	right As ActorPath _
) As Boolean
public:
static bool^ operator !=(
	ActorPath^ left, 
	ActorPath^ right
)