C# Class Chinchilla.Api.User

Datei anzeigen Open project: jonnii/chinchilla Class Usage Examples

Public Methods

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

Protected Methods

Method Description
Equals ( User other ) : bool

Method Details

Equals() protected method

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

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

User() public method

public User ( )

User() public method

public User ( string name )
name string