Indicates whether the value of one String object is greater than the value of a second String object.
bool String::operator>( String^ str1,
String^ str2)
This operator is equivalent to explicitly calling String::CompareOrdinal and getting a result greater than zero.