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