Method | Description | |
---|---|---|
Equals ( object obj ) : bool |
Call ToString() on both objects and verify equality
|
|
GetHashCode ( ) : int |
Calls ToString().GetHashCode() to retrieve the hashcode of the string representation of an Address object
|
|
ToString ( ) : string |
A CRLF delimited string of address fields
|