C# 클래스 System.Collections.CompatibleComparer

상속: IEqualityComparer
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CompatibleComparer

공개 메소드들

메소드 설명
Compare ( Object a, Object b ) : int
Equals ( Object a, Object b ) : bool
GetHashCode ( Object obj ) : int

비공개 메소드들

메소드 설명
CompatibleComparer ( IComparer comparer, IHashCodeProvider hashCodeProvider )

메소드 상세

Compare() 공개 메소드

public Compare ( Object a, Object b ) : int
a Object
b Object
리턴 int

Equals() 공개 메소드

public Equals ( Object a, Object b ) : bool
a Object
b Object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( Object obj ) : int
obj Object
리턴 int