public bool Equals(EmpType t) { return(t._id.Equals(this._id)); }
public bool Equals(EmpType t) { return t._id.Equals(this._id); }