Bridge

String..::..Equals Method

Overload List


  Name Description
Public method Static member Equals(String, String)
Determines whether two specified String objects have the same value.
Public method Static member Equals(String, String, StringComparison)
Determines whether two specified String objects have the same value. A parameter specifies the culture, case, and sort rules used in the comparison.
Public method Equals(String, StringComparison)
Determines whether this string and a specified String object have the same value. A parameter specifies the culture, case, and sort rules used in the comparison.
Public method Equals(String)
Determines whether this instance and another specified String object have the same value.