C# Class DemoWeb.Domain.LoanNumber

Show file Open project: rauhryan/awesomesauce Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
LoanNumber ( string loanNumber ) : System.Diagnostics
ToString ( ) : string

Protected Methods

Method Description
Equals ( LoanNumber other ) : bool

Method Details

Equals() protected method

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

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

LoanNumber() public method

public LoanNumber ( string loanNumber ) : System.Diagnostics
loanNumber string
return System.Diagnostics

ToString() public method

public ToString ( ) : string
return string