C# Class Glipho.OAuth.Providers.Database.Consumer

Afficher le fichier Open project: Glipho/oauth-providers Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( Consumer consumer ) : bool

Determines whether the specified Consumer is equal to the current Consumer.

Equals ( object obj ) : bool

Determines whether the specified System.Object is equal to the current Consumer.

GetHashCode ( ) : int

Serves as a hash function for a Consumer.

ToString ( ) : string

Returns a System.String that represents the current Consumer.

Method Details

Equals() public méthode

Determines whether the specified Consumer is equal to the current Consumer.
public Equals ( Consumer consumer ) : bool
consumer Consumer The to compare with the current .
Résultat bool

Equals() public méthode

Determines whether the specified System.Object is equal to the current Consumer.
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 Consumer.
public GetHashCode ( ) : int
Résultat int

ToString() public méthode

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