public override int GetHashCode() { int hash = 1; if (UserId != 0) { hash ^= UserId.GetHashCode(); } if (AccountId.Length != 0) { hash ^= AccountId.GetHashCode(); } if (ChannelAccountId.Length != 0) { hash ^= ChannelAccountId.GetHashCode(); } if (UserName.Length != 0) { hash ^= UserName.GetHashCode(); } if (Logo.Length != 0) { hash ^= Logo.GetHashCode(); } if (Index != 0) { hash ^= Index.GetHashCode(); } if (CardGatherNum != 0) { hash ^= CardGatherNum.GetHashCode(); } hash ^= Apparel.GetHashCode(); if (CreateTime != 0L) { hash ^= CreateTime.GetHashCode(); } hash ^= Birthday.GetHashCode(); if (userOther_ != null) { hash ^= UserOther.GetHashCode(); } return(hash); }
public override int GetHashCode() { int hash = 1; if (UserId != 0) { hash ^= UserId.GetHashCode(); } if (Player != 0) { hash ^= Player.GetHashCode(); } if (Level != 0) { hash ^= Level.GetHashCode(); } if (Exp != 0) { hash ^= Exp.GetHashCode(); } hash ^= Apparel.GetHashCode(); hash ^= voiceKeep_.GetHashCode(); return(hash); }