Method | Description | |
---|---|---|
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.
|
public static OrdinalEndsWith ( this x, string y ) : bool | ||
x | this | The string to compare to |
y | string | The string to compare to |
return | bool |
public static OrdinalEquals ( this x, string y ) : bool | ||
x | this | The string to compare to |
y | string | The string to compare to |
return | bool |