Akka.Actor.ActorSelection.Equals C# (CSharp) Méthode

Equals() protected méthode

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

Same methods

ActorSelection::Equals ( object obj ) : bool