Partager via


operator!= (<system_error>)

Teste si l'objet à gauche de l'opérateur n'est pas égal à l'objet du côté droit.

bool operator!=(const error_code& _Left, const error_condition& _Right);
bool operator!=(const error_condition& _Left, const error_code& _Right);

Paramètres

Paramètre

Description

_Left

L'objet dans pour tester l'inégalité.

_Right

L'objet dans pour tester l'inégalité.

Valeur de retour

true si l'objet passé en _Left n'est pas égal à l'objet passé en _Right; sinon false.

Notes

Cette fonction retourne !(_Left == _Right).

Voir aussi

Référence

<system_error>