C# Class VATRP.Core.Model.ChatID

Inheritance: ContactID
Afficher le fichier Open project: VTCSecureLLC/ace-windows Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public ChatID ( ChatID chatID ) : System.ComponentModel
chatID ChatID
Résultat System.ComponentModel

ChatID() public méthode

public ChatID ( ContactID contactId, bool isRTT, string dialogId ) : System.ComponentModel
contactId ContactID
isRTT bool
dialogId string
Résultat System.ComponentModel

Equals() public méthode

public Equals ( ChatID other ) : bool
other ChatID
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

operator() public static méthode

public static operator ( ) : bool
Résultat bool