C# Class Tests.ValueObjects.PersonAge

Afficher le fichier Open project: AdrianFreemantle/DDD

Méthodes publiques

Méthode Description
Equals ( PersonAge other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
PersonAge ( int age )
operator ( ) : bool

Method Details

Equals() public méthode

public Equals ( PersonAge other ) : bool
other PersonAge
Résultat bool

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

PersonAge() public méthode

public PersonAge ( int age )
age int

operator() public static méthode

public static operator ( ) : bool
Résultat bool