コード例 #1
0
 private static bool CheckAgreement(Agreement agr, int x, int y, int valeur)
 {
     return(!agr.Values.ContainsKey("x") || !agr.Values.ContainsKey("y") || agr.Values["x"] != x || agr.Values["y"] != y || agr.ValeurDate != valeur);
 }