C# 클래스 JelloScrum.Login.Model.UniqueIdentifyableBase

Base class for entities Designed to identify a unique entity
상속: IUniqueIdentifyable
파일 보기 프로젝트 열기: auxilium/JelloScrum 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( UniqueIdentifyableBase modelBase ) : bool

Bepaald of het gegeven modelbase object gelijk is aan dit modelbase object.

Equals ( object obj ) : bool

Determines whether the specified T:System.Object is equal to the current T:System.Object.

GetHashCode ( ) : int

Serves as a hash function for a particular type.

operator ( ) : bool

Inequality operator so we can have != semantics

메소드 상세

Equals() 공개 메소드

Bepaald of het gegeven modelbase object gelijk is aan dit modelbase object.
public Equals ( UniqueIdentifyableBase modelBase ) : bool
modelBase UniqueIdentifyableBase Het modelbase object.
리턴 bool

Equals() 공개 메소드

Determines whether the specified T:System.Object is equal to the current T:System.Object.
The parameter is null.
public Equals ( object obj ) : bool
obj object The to compare with the current .
리턴 bool

GetHashCode() 공개 메소드

Serves as a hash function for a particular type.
public GetHashCode ( ) : int
리턴 int

operator() 공개 정적인 메소드

Inequality operator so we can have != semantics
public static operator ( ) : bool
리턴 bool