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

Equals() protected method

protected Equals ( ActorSelectionRoutee other ) : bool
other ActorSelectionRoutee
return bool
        protected bool Equals(ActorSelectionRoutee other)
        {
            return Equals(_actor, other._actor);
        }

Same methods

ActorSelectionRoutee::Equals ( object obj ) : bool