C# 클래스 Glipho.OAuth.Providers.Database.Consumer

파일 보기 프로젝트 열기: Glipho/oauth-providers 1 사용 예제들

공개 메소드들

메소드 설명
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