Click or drag to resize
StringEquals Method
Overload List
  NameDescription
Public methodEquals(Object)
Determines whether this instance and a specified object, which must also be a String object, have the same value.
(Overrides ObjectEquals(Object).)
Public methodEquals(String)
Determines whether this instance and another specified String object have the same value.
Public methodStatic memberEquals(String, String)
Determines whether two specified String objects have the same value.
Public methodEquals(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 methodStatic memberEquals(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.
Top
See Also