Akka.Cluster.GossipStatus.Equals C# (CSharp) Method

Equals() protected method

protected Equals ( GossipStatus other ) : bool
other GossipStatus
return bool
        protected bool Equals(GossipStatus other)
        {
            return _from.Equals(other._from) && _version.IsSameAs(other._version);
        }

Same methods

GossipStatus::Equals ( object obj ) : bool