System.WideString.operator ==

From RAD Studio API Documentation
Jump to: navigation, search

C++

bool operator ==(const WideString& rhs) const;
bool operator ==(const BSTR w) const;
bool operator ==(const char* s) const

Properties

Type Visibility Source Unit Parent
function public wstring.h System WideString


Description

Compares the WideString with a specified string, returning True if they are the same.

The equality operator == returns True if this WideString is the same as rhs, False otherwise.

See Also