RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WideString::!= Operator (WideString&)

Tests whether theSystem::WideString::WideString is different from anotherSystem::WideString::WideString.

Pascal
operator !=(const rhs: WideString&);
operator !=(const s: char*);
C++
__fastcall bool operator !=(const WideString& rhs) const;
__fastcall bool operator !=(const char* s) const;

The != System::WideString::!= returns true if the strings are not the same, false otherwise. 

 

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