public override int GetHashCode() { int hash = 1; if (BaseRLCapabilities != false) { hash ^= BaseRLCapabilities.GetHashCode(); } if (ConcatenatedPngObservations != false) { hash ^= ConcatenatedPngObservations.GetHashCode(); } if (CompressedChannelMapping != false) { hash ^= CompressedChannelMapping.GetHashCode(); } if (HybridActions != false) { hash ^= HybridActions.GetHashCode(); } if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return(hash); }
public override int GetHashCode() { int hash = 1; if (BaseRLCapabilities != false) { hash ^= BaseRLCapabilities.GetHashCode(); } if (ConcatenatedPngObservations != false) { hash ^= ConcatenatedPngObservations.GetHashCode(); } if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return(hash); }
public override int GetHashCode() { int hash = 1; if (BaseRLCapabilities != false) { hash ^= BaseRLCapabilities.GetHashCode(); } if (ConcatenatedPngObservations != false) { hash ^= ConcatenatedPngObservations.GetHashCode(); } if (CompressedChannelMapping != false) { hash ^= CompressedChannelMapping.GetHashCode(); } if (HybridActions != false) { hash ^= HybridActions.GetHashCode(); } if (TrainingAnalytics != false) { hash ^= TrainingAnalytics.GetHashCode(); } if (VariableLengthObservation != false) { hash ^= VariableLengthObservation.GetHashCode(); } if (MultiAgentGroups != false) { hash ^= MultiAgentGroups.GetHashCode(); } if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return(hash); }