C# 클래스 Taikandi.Telebot.Types.MimeTypes

파일 보기 프로젝트 열기: mrtaikandi/Telebot

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
MimeTypes ( string value )

Initializes a new instance of the MimeTypes class.

메소드 상세

Equals() 공개 메소드

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. ///
리턴 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