C# Class Taikandi.Telebot.Types.MimeTypes

Afficher le fichier Open project: mrtaikandi/Telebot

Méthodes publiques

Méthode Description
Equals ( MimeTypes other ) : bool

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

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

Private Methods

Méthode Description
MimeTypes ( string value )

Initializes a new instance of the MimeTypes class.

Method Details

Equals() public méthode

Determines whether the specified MimeTypes is equal to the current MimeTypes.
public Equals ( MimeTypes other ) : bool
other MimeTypes /// 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