RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
AnsiStringT::> Operator

Compares two strings.

Pascal
operator >(const rhs: AnsiStringT&);
C++
__fastcall bool operator >(const AnsiStringT& rhs) const;

Returns true if this System::AnsiStringT is greater than rhs, false otherwise.

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!