C# 클래스 Server.Insensitive

파일 보기 프로젝트 열기: Grimoric/RunUO.T2A 1 사용 예제들

공개 메소드들

메소드 설명
Compare ( string a, string b ) : int
Contains ( string a, string b ) : bool
EndsWith ( string a, string b ) : bool
Equals ( string a, string b ) : bool
StartsWith ( string a, string b ) : bool

메소드 상세

Compare() 공개 정적인 메소드

public static Compare ( string a, string b ) : int
a string
b string
리턴 int

Contains() 공개 정적인 메소드

public static Contains ( string a, string b ) : bool
a string
b string
리턴 bool

EndsWith() 공개 정적인 메소드

public static EndsWith ( string a, string b ) : bool
a string
b string
리턴 bool

Equals() 공개 정적인 메소드

public static Equals ( string a, string b ) : bool
a string
b string
리턴 bool

StartsWith() 공개 정적인 메소드

public static StartsWith ( string a, string b ) : bool
a string
b string
리턴 bool