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

operator() public static method

public static operator ( ) : bool
return bool
        public static bool operator !=(CounterMetricName left, CounterMetricName right)
        {
            return !Equals(left, right);
        }