public bool Equals(LoginVPN other) { if (User == other.User && Pass == other.Pass && Name == other.Name) { return(true); } return(false); }
static LoginVPN() { None = new LoginVPN(); }