C# Класс Taikandi.Telebot.Types.ChatAction

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
Equals ( ChatAction other ) : bool

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

Приватные методы

Метод Описание
ChatAction ( string value )

Initializes a new instance of the ChatAction class.

Описание методов

Equals() защищенный Метод

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. ///
Результат bool

Equals() публичный Метод

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.
Результат bool

GetHashCode() публичный Метод

Serves as a hash function for a particular type.
public GetHashCode ( ) : int
Результат int

ToString() публичный Метод

Returns a string that represents the current object.
public ToString ( ) : string
Результат string

operator() публичный статический Метод

public static operator ( ) : bool
Результат bool