C# 클래스 Helpmebot.IRC.Model.IrcUser

The IRC user.
상속: IUser
파일 보기 프로젝트 열기: helpmebot/helpmebot 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( object obj ) : bool

The equals.

FromPrefix ( string prefix ) : IrcUser

The from prefix.

GetHashCode ( ) : int

The get hash code.

ToString ( ) : string

The to string.

보호된 메소드들

메소드 설명
Equals ( IrcUser other ) : bool

The equals.

메소드 상세

Equals() 보호된 메소드

The equals.
protected Equals ( IrcUser other ) : bool
other IrcUser /// The other. ///
리턴 bool

Equals() 공개 메소드

The equals.
public Equals ( object obj ) : bool
obj object /// The object. ///
리턴 bool

FromPrefix() 공개 정적인 메소드

The from prefix.
public static FromPrefix ( string prefix ) : IrcUser
prefix string /// The prefix. ///
리턴 IrcUser

GetHashCode() 공개 메소드

The get hash code.
public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

The to string.
public ToString ( ) : string
리턴 string