C# 클래스 Unite.Messaging.Identity

상속: IIdentity
파일 보기 프로젝트 열기: jcbozonier/irontwit

공개 메소드들

메소드 설명
Equals ( Identity obj ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
Identity ( string userName, ServiceInformation serviceInformation ) : System

메소드 상세

Equals() 공개 메소드

public Equals ( Identity obj ) : bool
obj Identity
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Identity() 공개 메소드

public Identity ( string userName, ServiceInformation serviceInformation ) : System
userName string
serviceInformation Unite.Messaging.Entities.ServiceInformation
리턴 System