C# Class AnujBank.AccountId

Show file Open project: vinodkumaar/AnujBank Class Usage Examples

Public Methods

Method Description
AccountId ( int id ) : System.Text.RegularExpressions
Equals ( AccountId other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int

Private Methods

Method Description
Validate ( ) : void

Method Details

AccountId() public method

public AccountId ( int id ) : System.Text.RegularExpressions
id int
return System.Text.RegularExpressions

Equals() public method

public Equals ( AccountId other ) : bool
other AccountId
return bool

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int