Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Ploeh
Samples
Loan
CurrentPropertySoldAsFinancingMortgageApplicationSpecification
C# Class Ploeh.Samples.Loan.CurrentPropertySoldAsFinancingMortgageApplicationSpecification
Inheritance:
IMortgageApplicationSpecification
Show file
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