Example #1
0
 /// <summary>
 /// retourne un id.
 /// </summary>
 public override int GetHashCode()
 {
     return(NomT.GetHashCode());
 }
Example #2
0
 /// <summary>
 /// protocole d'égalité sur 2 taches.
 /// </summary>
 public bool Equals(Tache other)
 {
     return(NomT.Equals(other.NomT));
 }