Пример #1
0
 protected bool Equals(Password other)
 {
     return(string.Equals(_password, other._password) && EncryptPassword.Equals(other.EncryptPassword));
 }