// Generated by the proto_extras plugin. DO NOT EDIT!
// source: components/optimization_guide/proto/model_execution.proto

#ifndef COMPONENTS_OPTIMIZATION_GUIDE_PROTO_MODEL_EXECUTION_EQUAL_H_
#define COMPONENTS_OPTIMIZATION_GUIDE_PROTO_MODEL_EXECUTION_EQUAL_H_



namespace optimization_guide {
namespace proto {
class ErrorResponse;
class ExecuteRequest;
class ExecuteResponse;
class PrivateExecuteRequest;
}  // namespace proto
}  // namespace optimization_guide


namespace optimization_guide {
namespace proto {
bool operator==(const ExecuteRequest& lhs, const ExecuteRequest& rhs);
bool operator==(const PrivateExecuteRequest& lhs, const PrivateExecuteRequest& rhs);
bool operator==(const ExecuteResponse& lhs, const ExecuteResponse& rhs);
bool operator==(const ErrorResponse& lhs, const ErrorResponse& rhs);
}  // namespace proto
}  // namespace optimization_guide


#endif  // COMPONENTS_OPTIMIZATION_GUIDE_PROTO_MODEL_EXECUTION_EQUAL_H_
