Click or drag to resize
StringExtensionsEqualsCSafe Method
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.
Top
See Also