C# Class Baseline.Testing.Reflection.ColorRule

Inheritance: IRule
Show file Open project: JasperFx/baseline Class Usage Examples

Public Methods

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

Protected Methods

Method Description
Equals ( ColorRule other ) : bool

Method Details

ColorRule() public method

public ColorRule ( string color ) : System.Linq
color string
return System.Linq

Equals() protected method

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

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int