public override int GetHashCode() { int hash = 1; if (ExpirationEpoch != 0UL) { hash ^= ExpirationEpoch.GetHashCode(); } if (SplitId.Length != 0) { hash ^= SplitId.GetHashCode(); } hash ^= members_.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return(hash); }
public override int GetHashCode() { int hash = 1; if (ValidationDataSize != 0UL) { hash ^= ValidationDataSize.GetHashCode(); } if (validationHash_ != null) { hash ^= ValidationHash.GetHashCode(); } if (ExpirationEpoch != 0UL) { hash ^= ExpirationEpoch.GetHashCode(); } hash ^= members_.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return(hash); }