public override int GetHashCode() { int hash = 1; if (LoginUser.Length != 0) { hash ^= LoginUser.GetHashCode(); } if (LoginPwd.Length != 0) { hash ^= LoginPwd.GetHashCode(); } if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return(hash); }