C# Class WhippedCream.Data.User.Name

Afficher le fichier Open project: KCL5South/WhippedCream Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Equals ( Name rhs ) : bool
rhs Name
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string