public override int GetHashCode() { int hash = 1; if (RetType != 0) { hash ^= RetType.GetHashCode(); } if (RetMsg.Length != 0) { hash ^= RetMsg.GetHashCode(); } if (ErrCode != 0) { hash ^= ErrCode.GetHashCode(); } if (s2C_ != null) { hash ^= S2C.GetHashCode(); } if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return(hash); }
public override int GetHashCode() { int hash = 1; if (ErrCode != 0) { hash ^= ErrCode.GetHashCode(); } if (ProId != 0) { hash ^= ProId.GetHashCode(); } if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return(hash); }
public override int GetHashCode() { int hash = 1; if (ErrCode != 0) { hash ^= ErrCode.GetHashCode(); } if (UserName.Length != 0) { hash ^= UserName.GetHashCode(); } if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return(hash); }
public override int GetHashCode() { int hash = 1; if (ErrCode != 0) { hash ^= ErrCode.GetHashCode(); } if (ErrMsg.Length != 0) { hash ^= ErrMsg.GetHashCode(); } hash ^= list_.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return(hash); }