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

Compares theSystem::WideString::WideString with a specified string, returning true if they are the same.

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 equality System::WideString::== returns true if thisSystem::WideString::WideString is the same as rhs, false otherwise. 

 

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