Akka.Actor.ActorSelection.Equals C# (CSharp) Method

Equals() protected method

protected Equals ( ActorSelection other ) : bool
other ActorSelection
return bool
        protected bool Equals(ActorSelection other)
        {
            return Equals(Anchor, other.Anchor) && Equals(Path, other.Path);
        }

Same methods

ActorSelection::Equals ( object obj ) : bool