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

Equals() private method

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

Same methods

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