C# Class WhippedCream.Data.User.Name

ファイルを表示 Open project: KCL5South/WhippedCream Class Usage Examples

Public Methods

Method Description
Equals ( Name rhs ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int

The Implementation of this algorithm was taken from [here](http://www.isthe.com/chongo/tech/comp/fnv/).

ToString ( ) : string

Method Details

Equals() public method

public Equals ( Name rhs ) : bool
rhs Name
return bool

Equals() public method

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

GetHashCode() public method

The Implementation of this algorithm was taken from [here](http://www.isthe.com/chongo/tech/comp/fnv/).
public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string