NBench.Metrics.Counters.CounterMetricName.Equals C# (CSharp) Method

Equals() protected method

protected Equals ( CounterMetricName other ) : bool
other CounterMetricName
return 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