Click or drag to resize
ActorRefEquals Method (ActorRef)

[Missing <summary> documentation for "M:Akka.Actor.ActorRef.Equals(Akka.Actor.ActorRef)"]

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public bool Equals(
	ActorRef other
)

Parameters

other
Type: Akka.ActorActorRef

[Missing <param name="other"/> documentation for "M:Akka.Actor.ActorRef.Equals(Akka.Actor.ActorRef)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Akka.Actor.ActorRef.Equals(Akka.Actor.ActorRef)"]

Implements

IEquatableTEquals(T)
See Also