C# Class gov.va.medora.mdo.Address

Datei anzeigen Open project: OSEHRA/mdo Class Usage Examples

Public Methods

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

Method Details

Equals() public method

Call ToString() on both objects and verify equality
public Equals ( object obj ) : bool
obj object Address
return bool

GetHashCode() public method

Calls ToString().GetHashCode() to retrieve the hashcode of the string representation of an Address object
public GetHashCode ( ) : int
return int

ToString() public method

A CRLF delimited string of address fields
public ToString ( ) : string
return string