C# Class Chinchilla.Api.Exchange

显示文件 Open project: jonnii/chinchilla Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
Exchange ( )
Exchange ( string name )
GetHashCode ( ) : int

Protected Methods

Method Description
Equals ( Exchange other ) : bool

Method Details

Equals() protected method

protected Equals ( Exchange other ) : bool
other Exchange
return bool

Equals() public method

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

Exchange() public method

public Exchange ( )

Exchange() public method

public Exchange ( string name )
name string

GetHashCode() public method

public GetHashCode ( ) : int
return int