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

Compares two strings.

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

Returns true if the strings are not the same, 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!