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

Equals() private méthode

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

Same methods

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