C# Class Helpmebot.IRC.Model.IrcUser

The IRC user.
Inheritance: IUser
Afficher le fichier Open project: helpmebot/helpmebot Class Usage Examples

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
Equals ( IrcUser other ) : bool

The equals.

Method Details

Equals() protected méthode

The equals.
protected Equals ( IrcUser other ) : bool
other IrcUser /// The other. ///
Résultat bool

Equals() public méthode

The equals.
public Equals ( object obj ) : bool
obj object /// The object. ///
Résultat bool

FromPrefix() public static méthode

The from prefix.
public static FromPrefix ( string prefix ) : IrcUser
prefix string /// The prefix. ///
Résultat IrcUser

GetHashCode() public méthode

The get hash code.
public GetHashCode ( ) : int
Résultat int

ToString() public méthode

The to string.
public ToString ( ) : string
Résultat string