Akka.Cluster.GossipStatus.Equals C# (CSharp) 메소드

Equals() 보호된 메소드

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

Same methods

GossipStatus::Equals ( object obj ) : bool