System::String::operator< method

String::operator< method

Order-compares strings.

bool System::String::operator<(const String &str) const
ParameterTypeDescription
strconst String&String to compare current one to.

ReturnValue

true if this is considering less than str, false otherwise.

See Also