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

Show file Open project: Glipho/oauth-providers Class Usage Examples

Public Methods

Method 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 method

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

Equals() public method

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 .
return bool

GetHashCode() public method

Serves as a hash function for a Consumer.
public GetHashCode ( ) : int
return int

ToString() public method

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