| CMSString Methods |
| Name | Description | |
|---|---|---|
| Compare(String, String, Boolean) |
Compares two strings. Returns an integer that indicates the relationship of the two strings to each other in the sort order.
| |
| Compare(String, String, StringComparison) |
Compares two strings. Returns an integer that indicates the relationship of the two strings to each other in the sort order.
| |
| Equals(String, String) |
Determines whether two specified String objects have the same value
| |
| Equals(String, String, Boolean) |
Determines whether two specified String objects have the same value
| |
| IsInvariantCompareCulture |
Returns true if InvariantCulture should be used instead of
CurrentCulture to perform case insensitive operations.
| |
| IsInvariantCompareCulture(CultureInfo) |
Returns true if InvariantCulture should be used instead of passed culture to perform case insensitive operations.
|