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