C# Class NBench.Metrics.Counters.CounterMetricName

Inheritance: MetricName
Datei anzeigen Open project: petabridge/NBench Class Usage Examples

Public Methods

Method Description
CounterMetricName ( string counterName ) : System.Diagnostics.Contracts
Equals ( MetricName other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToHumanFriendlyString ( ) : string
ToString ( ) : string
operator ( ) : bool

Protected Methods

Method Description
Equals ( CounterMetricName other ) : bool

Method Details

CounterMetricName() public method

public CounterMetricName ( string counterName ) : System.Diagnostics.Contracts
counterName string
return System.Diagnostics.Contracts

Equals() protected method

protected Equals ( CounterMetricName other ) : bool
other CounterMetricName
return bool

Equals() public method

public Equals ( MetricName other ) : bool
other MetricName
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToHumanFriendlyString() public method

public ToHumanFriendlyString ( ) : string
return string

ToString() public method

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : bool
return bool