Akka.Cluster.ClusterHeartbeatSender.HeartbeatRsp.Equals C# (CSharp) Méthode

Equals() private méthode

private Equals ( HeartbeatRsp other ) : bool
other HeartbeatRsp
Résultat bool
            private bool Equals(HeartbeatRsp other)
            {
                return Equals(From, other.From);
            }
        }

Same methods

ClusterHeartbeatSender.HeartbeatRsp::Equals ( object obj ) : bool
ClusterHeartbeatSender.HeartbeatRsp