C# 클래스 AK.F1.Timing.Extensions.StringExtensions

System.String extension class. This class is .
파일 보기 프로젝트 열기: simoneb/ak-f1-timing

공개 메소드들

메소드 설명
OrdinalEndsWith ( this x, string y ) : bool

Returns a value indicating if x ends with y. The comparison is made using ordinal sorting rules.

OrdinalEquals ( this x, string y ) : bool

Returns a value indicating equality with the other instance. The comparison is made using ordinal sorting rules.

메소드 상세

OrdinalEndsWith() 공개 정적인 메소드

Returns a value indicating if x ends with y. The comparison is made using ordinal sorting rules.
/// Thrown when is . ///
public static OrdinalEndsWith ( this x, string y ) : bool
x this The string to compare to .
y string The string to compare to .
리턴 bool

OrdinalEquals() 공개 정적인 메소드

Returns a value indicating equality with the other instance. The comparison is made using ordinal sorting rules.
/// Thrown when is . ///
public static OrdinalEquals ( this x, string y ) : bool
x this The string to compare to .
y string The string to compare to .
리턴 bool