Equals(String, String) Determines whether two specified String objects have the same value . 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.
What is string equal?
Equals(String, String) Determines whether two specified String objects have the same value . 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.