RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
AnsiStringBase::== Operator

Compares the System::AnsiStringBase with a specified string, returning true if they are the same.

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

Returns true if this System::AnsiStringBase is the same as rhs, false otherwise.

Note: This System::AnsiStringBase::== 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!