Akka.Remote.Transport.AssociationHandle.Equals C# (CSharp) Méthode

Equals() protected méthode

protected Equals ( AssociationHandle other ) : bool
other AssociationHandle
Résultat bool
        protected bool Equals(AssociationHandle other)
        {
            return Equals(LocalAddress, other.LocalAddress) && Equals(RemoteAddress, other.RemoteAddress);
        }

Same methods

AssociationHandle::Equals ( object obj ) : bool