From 789db6f668b16eeaf0aeee9ffa16e65ee0f7ecfb Mon Sep 17 00:00:00 2001 From: "nicolas.barbosa" Date: Thu, 6 Jun 2024 22:28:48 +0200 Subject: [PATCH] correction jeton --- Sources/CoreLibrary/Core/Jeton.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/CoreLibrary/Core/Jeton.cs b/Sources/CoreLibrary/Core/Jeton.cs index 39f6a1f..92636ff 100644 --- a/Sources/CoreLibrary/Core/Jeton.cs +++ b/Sources/CoreLibrary/Core/Jeton.cs @@ -50,7 +50,7 @@ namespace CoreLibrary.Core /// Le premier jeton à comparer. /// Le deuxième jeton à comparer. /// Renvoie true si les deux jetons ne sont pas égaux. Sinon, false. - public static bool operator !=(Jeton gauche, Jeton droite) => gauche.Equals(droite); + public static bool operator !=(Jeton gauche, Jeton droite) => !gauche.Equals(droite); /// /// Fonction de hachage.