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

Show file Open project: Irdis/VSTalk Class Usage Examples

Public Methods

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

Protected Methods

Method Description
Equals ( CapsSource other ) : bool

Method Details

CapsSource() public method

public CapsSource ( Client client, string entityJid ) : System.Diagnostics
client VSTalk.Model.Client
entityJid string
return System.Diagnostics

Equals() protected method

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