C# Class NBench.Metrics.Counters.CounterMetricName

Inheritance: MetricName
Afficher le fichier Open project: petabridge/NBench Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
Equals ( CounterMetricName other ) : bool

Method Details

CounterMetricName() public méthode

public CounterMetricName ( string counterName ) : System.Diagnostics.Contracts
counterName string
Résultat System.Diagnostics.Contracts

Equals() protected méthode

protected Equals ( CounterMetricName other ) : bool
other CounterMetricName
Résultat bool

Equals() public méthode

public Equals ( MetricName other ) : bool
other MetricName
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToHumanFriendlyString() public méthode

public ToHumanFriendlyString ( ) : string
Résultat string

ToString() public méthode

public ToString ( ) : string
Résultat string

operator() public static méthode

public static operator ( ) : bool
Résultat bool