NBench.Metrics.Counters.CounterMetricName.Equals C# (CSharp) Méthode

Equals() protected méthode

protected Equals ( CounterMetricName other ) : bool
other CounterMetricName
Résultat bool
        protected bool Equals(CounterMetricName other)
        {
            Contract.Requires(other != null);
            return string.Equals(CounterName, other.CounterName);
        }

Same methods

CounterMetricName::Equals ( MetricName other ) : bool
CounterMetricName::Equals ( object obj ) : bool