C# Class Baseline.Testing.Reflection.ColorRule

Inheritance: IRule
Afficher le fichier Open project: JasperFx/baseline Class Usage Examples

Méthodes publiques

Méthode Description
ColorRule ( string color ) : System.Linq
Equals ( object obj ) : bool
GetHashCode ( ) : int

Méthodes protégées

Méthode Description
Equals ( ColorRule other ) : bool

Method Details

ColorRule() public méthode

public ColorRule ( string color ) : System.Linq
color string
Résultat System.Linq

Equals() protected méthode

protected Equals ( ColorRule other ) : bool
other ColorRule
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