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

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

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

 

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