Method | Description | |
---|---|---|
Address ( string city, Country country ) : System | ||
Address ( string line1, string line2, string city, Country country, string poBox, string state ) : System | ||
Equals ( |
||
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
operator ( ) : bool |
Method | Description | |
---|---|---|
Address ( ) : System |
public Address ( string city, Country country ) : System | ||
city | string | |
country | Country | |
return | System |
public Address ( string line1, string line2, string city, Country country, string poBox, string state ) : System | ||
line1 | string | |
line2 | string | |
city | string | |
country | Country | |
poBox | string | |
state | string | |
return | System |