C# 클래스 System.Net.CaseInsensitiveAscii

상속: IEqualityComparer, IComparer
파일 보기 프로젝트 열기: dotnet/corefx

공개 메소드들

메소드 설명
Compare ( object firstObject, object secondObject ) : int
Equals ( object firstObject, object secondObject ) : bool
GetHashCode ( object myObject ) : int

비공개 메소드들

메소드 설명
FastGetHashCode ( string myString ) : int

메소드 상세

Compare() 공개 메소드

public Compare ( object firstObject, object secondObject ) : int
firstObject object
secondObject object
리턴 int

Equals() 공개 메소드

public Equals ( object firstObject, object secondObject ) : bool
firstObject object
secondObject object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( object myObject ) : int
myObject object
리턴 int