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

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

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

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

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!