C# Class Taikandi.Telebot.Types.ChatAction

Datei anzeigen Open project: mrtaikandi/Telebot Class Usage Examples

Public Methods

Method 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

Protected Methods

Method Description
Equals ( ChatAction other ) : bool

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

Private Methods

Method Description
ChatAction ( string value )

Initializes a new instance of the ChatAction class.

Method Details

Equals() protected method

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. ///
return bool

Equals() public method

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.
return bool

GetHashCode() public method

Serves as a hash function for a particular type.
public GetHashCode ( ) : int
return int

ToString() public method

Returns a string that represents the current object.
public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : bool
return bool