C# Class Helpmebot.IRC.Model.IrcUser

The IRC user.
Inheritance: IUser
Mostra file Open project: helpmebot/helpmebot Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool

The equals.

FromPrefix ( string prefix ) : IrcUser

The from prefix.

GetHashCode ( ) : int

The get hash code.

ToString ( ) : string

The to string.

Protected Methods

Method Description
Equals ( IrcUser other ) : bool

The equals.

Method Details

Equals() protected method

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

Equals() public method

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

FromPrefix() public static method

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

GetHashCode() public method

The get hash code.
public GetHashCode ( ) : int
return int

ToString() public method

The to string.
public ToString ( ) : string
return string