C# 클래스 gov.va.medora.mdo.Address

파일 보기 프로젝트 열기: OSEHRA/mdo 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

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

ToString() 공개 메소드

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