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

Afficher le fichier Open project: OSEHRA/mdo Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

GetHashCode() public méthode

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

ToString() public méthode

A CRLF delimited string of address fields
public ToString ( ) : string
Résultat string