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

Equals() private method

private Equals ( Metric other ) : bool
other Metric
return bool
        private bool Equals(Metric other)
        {
            return string.Equals(Name, other.Name);
        }

Same methods

Metric::Equals ( object obj ) : bool