C# Класс AK.F1.Timing.Extensions.StringExtensions

System.String extension class. This class is .
Показать файл Открыть проект

Открытые методы

Метод Описание
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