C# Класс Glipho.OAuth.Providers.Database.Consumer

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

Equals() публичный Метод

Determines whether the specified Consumer is equal to the current Consumer.
public Equals ( Consumer consumer ) : bool
consumer Consumer The to compare with the current .
Результат bool

Equals() публичный Метод

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 .
Результат bool

GetHashCode() публичный Метод

Serves as a hash function for a Consumer.
public GetHashCode ( ) : int
Результат int

ToString() публичный Метод

Returns a System.String that represents the current Consumer.
public ToString ( ) : string
Результат string