Indicates whether two specified String objects have the same text value.
bool String::operator==( String^ str1,
String^ str2)
This operator is equivalent to String::CompareOrdinal Method.
Indicates whether two specified String objects have the same text value.
bool String::operator==( String^ str1,
String^ str2)
This operator is equivalent to String::CompareOrdinal Method.