public member function
std::locale::operator!=
<locale>
bool operator!= (const locale& other) const;
Compare locales
Compares the locale against
other, with opposite result of
locale::operator==.
Parameters
- other
- locale object to compare *this with.
Return value
true if the locales are different,
false otherwise.
See also
- locale::operator==
- Comparison operator (public member function)
- locale::name
- Get locale name (public member function)