StringExtensions EqualsCSafe Method Kentico 8.0 API Reference
Overload List

  NameDescription
Public methodStatic memberEqualsCSafe(String, Object)
Determines whether two specified String objects have the same value. This method is culture safe - it fixes some problems with different cultures.
Public methodStatic memberEqualsCSafe(String, String)
Determines whether two specified String objects have the same value. This method is culture safe - it fixes some problems with different cultures.
Public methodStatic memberEqualsCSafe(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.
Public methodStatic memberEqualsCSafe(String, String, Boolean)
Determines whether two specified String objects have the same value
Public methodStatic memberEqualsCSafe(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.
Back to Top
See Also