Exemple #1
0
 public bool Equals(Employee <int> other)
 {
     return(this.Id == other.Id && this.firstName == other.firstName);
 }