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

Tests whether theWideString is different from another WideString.

The != operator returns True if the strings are not the same, False otherwise.

See Also