C# Class VSTalk.Engine.Core.Disco.Caps.CapsSource

Afficher le fichier Open project: Irdis/VSTalk Class Usage Examples

Méthodes publiques

Méthode Description
CapsSource ( Client client, string entityJid ) : System.Diagnostics
Equals ( object obj ) : bool
GetHashCode ( ) : int
operator ( ) : bool

Méthodes protégées

Méthode Description
Equals ( CapsSource other ) : bool

Method Details

CapsSource() public méthode

public CapsSource ( Client client, string entityJid ) : System.Diagnostics
client VSTalk.Model.Client
entityJid string
Résultat System.Diagnostics

Equals() protected méthode

protected Equals ( CapsSource other ) : bool
other CapsSource
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