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

Equals() public method

public Equals ( MetricName other ) : bool
other MetricName
return bool
        public override bool Equals(MetricName other)
        {
            return other is CounterMetricName && Equals((CounterMetricName)other);
        }

Same methods

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