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

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

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

Returns true if this System::AnsiStringT is the same as 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!