C# Class Ploeh.Samples.Loan.CurrentPropertyExistsSpecification

Inheritance: IMortgageApplicationSpecification
ファイルを表示 Open project: ploeh/loan Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
IsSatisfiedBy ( MortgageApplication application ) : bool

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

IsSatisfiedBy() public method

public IsSatisfiedBy ( MortgageApplication application ) : bool
application Ploeh.Samples.Loan.DataCollection.MortgageApplication
return bool