Akka.Routing.ActorRefRoutee.Equals C# (CSharp) Method

Equals() protected method

protected Equals ( ActorRefRoutee other ) : bool
other ActorRefRoutee
return bool
        protected bool Equals(ActorRefRoutee other)
        {
            return Equals(Actor, other.Actor);
        }

Same methods

ActorRefRoutee::Equals ( object obj ) : bool