Method | Description | |
---|---|---|
Equals ( object obj ) : bool |
Asserts all parts of phone number are equal
|
|
GetHashCode ( ) : int |
Calls ToString().GetHashCode() to retrieve the hashcode of the string representation of a PhoneNum object
|
|
PhoneNum ( ) : System | ||
PhoneNum ( string phoneNum ) : System | ||
PhoneNum ( string areaCode, string exchange, string number ) : System | ||
ToString ( ) : string |
Area Code + Exchange + Number
|
public PhoneNum ( string areaCode, string exchange, string number ) : System | ||
areaCode | string | |
exchange | string | |
number | string | |
return | System |