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

Equals() protected method

protected Equals ( NodeMetrics other ) : bool
other NodeMetrics
return bool
        protected bool Equals(NodeMetrics other)
        {
            return Address.Equals(other.Address);
        }

Same methods

NodeMetrics::Equals ( object obj ) : bool