System.AnsiStringBase.operator <

From RAD Studio API Documentation
Jump to: navigation, search

C++

bool operator <(const AnsiStringBase& rhs) const;

Properties

Type Visibility Source Unit Parent
function protected dstring.h System AnsiStringBase


Description

Compares two strings.

Returns True if AnsiString is less than rhs, False otherwise.

Note: operator < performs a simple byte-level numeric comparison. For locale support, or to ignore case, use the AnsiCompare or AnsiCompareIC methods.

See Also

Retrieved from "https://docwiki.embarcadero.com/Libraries/Sydney/e/index.php?title=System.AnsiStringBase.operator_H3C&oldid=167399"