Share

AcString::!=

C++

bool operator !=(
    const wchar_t * pwsz
) const;

Description

Compares the string for non-equality with a string of wide characters.

Parameters

Parameters Description
pwsz Input pointer to the string of characters

Returns

true if this string does not equal pwsz, false if they are equal.

Links

AcString

Previous Declaration

inline bool AcString::operator != (const wchar_t *pwsz) const;

Was this information helpful?