C# Class VATRP.Core.Model.ChatID

Inheritance: ContactID
ファイルを表示 Open project: VTCSecureLLC/ace-windows Class Usage Examples

Public Methods

Method Description
ChatID ( ChatID chatID ) : System.ComponentModel
ChatID ( ContactID contactId, bool isRTT, string dialogId ) : System.ComponentModel
Equals ( ChatID other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
operator ( ) : bool

Method Details

ChatID() public method

public ChatID ( ChatID chatID ) : System.ComponentModel
chatID ChatID
return System.ComponentModel

ChatID() public method

public ChatID ( ContactID contactId, bool isRTT, string dialogId ) : System.ComponentModel
contactId ContactID
isRTT bool
dialogId string
return System.ComponentModel

Equals() public method

public Equals ( ChatID other ) : bool
other ChatID
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

operator() public static method

public static operator ( ) : bool
return bool