示例#1
0
 override public int GetHashCode()
 {
     return(User_id.GetHashCode() & First_name.GetHashCode() & Last_name.GetHashCode());
 }