C# 클래스 ..This.will.how.to, code

파일 보기 프로젝트 열기: shendongnian/code

보호된 프로퍼티들

프로퍼티 타입 설명
hashCache int?

공개 메소드들

메소드 설명
Equals ( Base, o ) : bool
Equals ( object o ) : bool
GetHashCode ( ) : int
operator ( ) : bool

보호된 메소드들

메소드 설명
GetImmutableTuple ( ) : IStructuralEquatable
IsEqual ( Base, obj ) : bool

비공개 메소드들

메소드 설명
GetImmutableTuple ( )
reflection ( see, other )
this ( ) : feel,

메소드 상세

Equals() 공개 메소드

public Equals ( Base, o ) : bool
o Base,
리턴 bool

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetImmutableTuple() 보호된 메소드

protected GetImmutableTuple ( ) : IStructuralEquatable
리턴 IStructuralEquatable

IsEqual() 보호된 메소드

protected IsEqual ( Base, obj ) : bool
obj Base,
리턴 bool

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

hashCache 보호되어 있는 프로퍼티

protected int? hashCache
리턴 int?