C# 클래스 NMaier.SimpleDlna.Utilities.NaturalStringComparer

상속: StringComparer
파일 보기 프로젝트 열기: nmaier/simpleDLNA

공개 메소드들

메소드 설명
Compare ( string x, string y ) : int
Equals ( string x, string y ) : bool
GetHashCode ( string obj ) : int
NaturalStringComparer ( ) : System
NaturalStringComparer ( bool stemBase ) : System

비공개 메소드들

메소드 설명
HasPlatformSupport ( ) : bool
Split ( string str ) : BaseSortPart[]

메소드 상세

Compare() 공개 메소드

public Compare ( string x, string y ) : int
x string
y string
리턴 int

Equals() 공개 메소드

public Equals ( string x, string y ) : bool
x string
y string
리턴 bool

GetHashCode() 공개 메소드

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

NaturalStringComparer() 공개 메소드

public NaturalStringComparer ( ) : System
리턴 System

NaturalStringComparer() 공개 메소드

public NaturalStringComparer ( bool stemBase ) : System
stemBase bool
리턴 System