Akka.Cluster.ClusterHeartbeatSender.Heartbeat.Equals C# (CSharp) Method

Equals() private method

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

Same methods

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