RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
UnicodeString::>= Operator

Compares two strings.

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

Returns true if this System::UnicodeString instance is greater than or equal to rhs, false otherwise. The compare operation is controlled by the current Windows locale, when appropriate.

Note: System::UnicodeString::>= performs a case sensitive comparison. To ignore case, use the CompareIC method.
 

 

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