| StringExtensionsEqualsCSafe Method | 
| Name | Description | |
|---|---|---|
| EqualsCSafe(String, Object) | 
            Determines whether two specified String objects have the same value. This method is culture safe - it fixes some problems with different cultures.
              | |
| EqualsCSafe(String, String) | 
            Determines whether two specified String objects have the same value. This method is culture safe - it fixes some problems with different cultures.
              | |
| EqualsCSafe(String, Object, Boolean) | 
            Determines whether two specified String objects have the same value. This method is culture safe - it fixes some problems with different cultures.
              | |
| EqualsCSafe(String, String, Boolean) | 
            Determines whether two specified String objects have the same value
              | |
| EqualsCSafe(String, String, StringComparison) | 
            Determines whether two specified String objects have the same value. This method is culture safe - it fixes some problems with different cultures.
              |