示例#1
0
 public bool Equals(MemberData other)
 {
     return(this.userName.Equals(other.userName) & this.password.Equals(other.password));
 }