C# Class Revenj.Extensibility.Autofac.Core.Service

Services are the lookup keys used to locate component instances.
Afficher le fichier Open project: ngs-doo/revenj Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool

Determines whether the specified T:System.Object is equal to the current T:System.Object.

GetHashCode ( ) : int

Serves as a hash function for a particular type.

ToString ( ) : string

Returns a T:System.String that represents the current T:System.Object.

operator ( ) : bool

Implements the operator !=.

Method Details

Equals() public méthode

Determines whether the specified T:System.Object is equal to the current T:System.Object.
The parameter is null.
public Equals ( object obj ) : bool
obj object The to compare with the current .
Résultat bool

GetHashCode() public méthode

Serves as a hash function for a particular type.
public GetHashCode ( ) : int
Résultat int

ToString() public méthode

Returns a T:System.String that represents the current T:System.Object.
public ToString ( ) : string
Résultat string

operator() public static méthode

Implements the operator !=.
public static operator ( ) : bool
Résultat bool