C# Class Taikandi.Telebot.Types.ChatAction

Afficher le fichier Open project: mrtaikandi/Telebot Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool

Determines whether the specified T:System.Object is equal to the current T:System.Object.

GetHashCode ( ) : int

Serves as a hash function for a particular type.

ToString ( ) : string

Returns a string that represents the current object.

operator ( ) : bool

Méthodes protégées

Méthode Description
Equals ( ChatAction other ) : bool

Determines whether the specified ChatAction is equal to the current ChatAction.

Private Methods

Méthode Description
ChatAction ( string value )

Initializes a new instance of the ChatAction class.

Method Details

Equals() protected méthode

Determines whether the specified ChatAction is equal to the current ChatAction.
protected Equals ( ChatAction other ) : bool
other ChatAction /// The to compare with the current instance. ///
Résultat bool

Equals() public méthode

Determines whether the specified T:System.Object is equal to the current T:System.Object.
public Equals ( object obj ) : bool
obj object The object to compare with the current object.
Résultat bool

GetHashCode() public méthode

Serves as a hash function for a particular type.
public GetHashCode ( ) : int
Résultat int

ToString() public méthode

Returns a string that represents the current object.
public ToString ( ) : string
Résultat string

operator() public static méthode

public static operator ( ) : bool
Résultat bool